zig/lib/std/compress
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
..
flate flate.Compress: simplify huffman node comparisons 2025-11-22 22:11:33 -08:00
lzma std.compress.lzma: tests passing 2025-08-26 21:00:58 -07:00
testdata remove v1 deflate implementation 2024-02-14 22:34:13 +01:00
xz std.compress.xz: fix 32-bit targets 2025-08-26 21:07:09 -07:00
zstd zstd.Decompress: Assert buffer length requirements as early as possible 2025-09-02 11:34:46 -07:00
flate.zig add deflate compression, simplify decompression 2025-09-30 18:28:47 -07:00
lzma.zig std.compress.xz.Decompress: some tests passing 2025-08-26 21:00:58 -07:00
lzma2.zig lzma2: fix premature finish 2025-09-03 01:48:46 -07:00
xz.zig std.compress.lzma: update for new I/O API 2025-08-26 21:00:58 -07:00
zstd.zig std.compress.zstd.Decompress fixes 2025-08-15 10:44:35 -07:00