Skip to content

v0.0.24

Choose a tag to compare

@sw-release-bot sw-release-bot released this 24 May 03:13
· 133 commits to main since this release
a667cdc

Performance

  • (decode) pack HUF decode table as u16 (donor HUF_DEltX1 layout) (#243)
  • (decode) collapse HUF 4-stream burst-gate to single-cursor olimit (#238)
  • (encoder) align lazy-band target_len with donor clevels.h table[0] (#239)
  • (fast) donor-parity hot-path cleanups in Fast kernel + inline short-literal append (#220 follow-up) (#231)

Testing

  • (encoding) donor-parity comparator for block splitter port (#240)
  • (bench) add decompress-dict group to compare_ffi (#236)