Files
zig/lib/std/compress
Kendall Condon 6e5a95bd7c implement proper deflate flush semantics
To end a flate stream, `finish` must now be called. `flush` now follows
regular semantics and byte-aligns the stream.

Byte-aligning the stream is done with empty fixed or store blocks. To
implement flush, a variable history length was added and it is tracked
if the final bytes of history have been hashed yet.
2026-03-11 02:28:19 +01:00
..
2025-08-26 21:00:58 -07:00
2024-02-14 22:34:13 +01:00
2025-08-26 21:07:09 -07:00