You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unrolls the `decompress_offset_13` loop to 8 stores (104 bytes per iteration)
instead of 4 stores (52 bytes). This reduces loop overhead for long matches
and improves throughput by ~4.1%.
Benchmark (Decompress offset13/libdeflate-rs offset13):
Before: ~8.03 GiB/s
After: ~8.36 GiB/s
Change: +4.1%
Co-authored-by: 404Setup <[email protected]>
0 commit comments