zig/lib/std/compress/flate
Kendall Condon 8284da2f3d flate.Compress: simplify huffman node comparisons
Instead of comparing each field, nodes are now compared as 32-bit
values where `freq` is in the most significant bits.
2025-11-22 22:11:33 -08:00
..
testdata delete flate implementation 2025-07-31 22:10:11 -07:00
Compress.zig flate.Compress: simplify huffman node comparisons 2025-11-22 22:11:33 -08:00
Decompress.zig add deflate compression, simplify decompression 2025-09-30 18:28:47 -07:00
token.zig add deflate compression, simplify decompression 2025-09-30 18:28:47 -07:00