-
v0.0.12 Stable
released this
2024-08-20 23:58:03 +00:00 | 238 commits to main since this releasePerformance bug fixes:
- GC could run too fast with write-range-heavy workloads
Performance improvements:
- Lowered instruction counts in write paths
- Lower memory usage for Node3 and Node48 (slightly)
Test improvements:
- Accumulate fuzz corpus instead of replacing it (will still need to regen corpus when the test itself changes). The idea is even if a test doesn't add coverage, the fact that it marginally improved coverage in an earlier implementation still makes it "interesting"
- Enforce coverage of avx512f-specific routines
Downloads