Skip to content

v0.0.23

Choose a tag to compare

@sw-release-bot sw-release-bot released this 23 May 18:23
· 203 commits to main since this release
00b6de1

Added

  • (frame) magicless frame format support (#26) (#222)

Performance

  • (row) drop eager block-boundary inserts (#180) (#232)
  • (decode) 8-slot software prefetch pipeline for sequence execution (#208) (#227)
  • (encoder) port donor ZSTD_compressBlock_fast — 4-cursor + per-level cParams + cmov + window-correctness (#198 phase 3) (#229)
  • (decoding) integrate AVX2 unroll-2 wildcopy candidate (#108) (#223)
  • (encoder) wire donor-shape Fast kernel into MatchGeneratorDriver (#198 phase 1b) (#217)
  • (encoder) donor-shape Fast kernel modules (#198 phase 1a) (#215)
  • (fse) elide bounds check on init_state + update_state decode reads (#214)
  • (decode) SIMD-16 fast path for short offsets {1, 2, 4} (#213)
  • (decode) const-generic HUF kernel monomorphisation for SIMD-fallback (#212)
  • (decode) port donor HUF 4-stream burst with sentinel-bit ctz (#201)

Testing

  • (hc) cross-slice boundary position seeding regression test (#235)