Files
zig/lib/std/compress/flate
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-07-31 22:10:11 -07:00
2026-02-25 20:05:48 +01:00