Skip to content

Releases: agourlay/hprof-slurp

0.4.2

12 May 18:41
Compare
Choose a tag to compare
  • Optimize handling of very large GC records for array of objects.
  • Display by default top n largest instances per class.
  • Improve precision of instance allocated size by computing correct padding.
  • Fix GC instance dump count in file summary which was completely wrong.
  • Fix label of array of primitives in result to have a lower cased type.

0.4.1

06 May 18:33
Compare
Choose a tag to compare

5% faster

0.4.0

27 Apr 18:43
Compare
Choose a tag to compare

25% faster by decreasing memcpy due to a very large enum. variant for GcRecord.

0.3.3

25 Apr 10:00
Compare
Choose a tag to compare
  • 3% faster
  • remove unnecessary noisy error logging

0.3.2

21 Apr 08:45
Compare
Choose a tag to compare

Avoid crashing on an invalid input file.

0.3.1

19 Apr 08:23
Compare
Choose a tag to compare

3% faster

0.3.0

09 Apr 10:07
Compare
Choose a tag to compare

25% faster due to the introduction of pooling for streaming result objects.

0.2.2

01 Feb 19:20
Compare
Choose a tag to compare

Use linux-gnu instead of linux-musl for the Linux binaries.

0.2.1

27 Jan 08:52
Compare
Choose a tag to compare

improve error reporting

0.2.0

16 Dec 10:12
Compare
Choose a tag to compare

Various performance optimizations to make this release 20% faster 🚀

  • prefetch file chunks on a dedicated thread
  • improve buffer management to reuse underlying allocated storage
  • compute hashes for counters with ahash