Releases: agourlay/hprof-slurp
Releases · agourlay/hprof-slurp
0.4.2
- 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.0
25% faster by decreasing memcpy
due to a very large enum. variant for GcRecord
.
0.3.3
- 3% faster
- remove unnecessary noisy error logging
0.3.2
Avoid crashing on an invalid input file.
0.3.0
25% faster due to the introduction of pooling for streaming result objects.
0.2.2
Use linux-gnu
instead of linux-musl
for the Linux binaries.
0.2.0
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