File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.0.24] ( https://github.com/structured-world/structured-zstd/compare/v0.0.23...v0.0.24 ) - 2026-05-24
11+
12+ ### Performance
13+
14+ - * (decode)* pack HUF decode table as u16 (donor HUF_DEltX1 layout) ([ #243 ] ( https://github.com/structured-world/structured-zstd/pull/243 ) )
15+ - * (decode)* collapse HUF 4-stream burst-gate to single-cursor olimit ([ #238 ] ( https://github.com/structured-world/structured-zstd/pull/238 ) )
16+ - * (encoder)* align lazy-band target_len with donor clevels.h table[ 0] ([ #239 ] ( https://github.com/structured-world/structured-zstd/pull/239 ) )
17+ - * (fast)* donor-parity hot-path cleanups in Fast kernel + inline short-literal append (#220 follow-up) ([ #231 ] ( https://github.com/structured-world/structured-zstd/pull/231 ) )
18+
19+ ### Testing
20+
21+ - * (encoding)* donor-parity comparator for block splitter port ([ #240 ] ( https://github.com/structured-world/structured-zstd/pull/240 ) )
22+ - * (bench)* add decompress-dict group to compare_ffi ([ #236 ] ( https://github.com/structured-world/structured-zstd/pull/236 ) )
23+
1024## [ 0.0.23] ( https://github.com/structured-world/structured-zstd/compare/v0.0.22...v0.0.23 ) - 2026-05-23
1125
1226### Added
Original file line number Diff line number Diff line change 11[package ]
22name = " structured-zstd"
3- version = " 0.0.23 "
3+ version = " 0.0.24 "
44rust-version = " 1.92"
55authors = [
66 " Moritz Borcherding <moritz.borcherding@web.de>" ,
You can’t perform that action at this time.
0 commit comments