zig/lib/std/compress
Andrew Kelley ee21a1f988 fetch: implement recompression
After fetching a package and applying the filter by deleting files that
are not part of the hash, creates a recompressed $GLOBAL_CACHE/p/$PKG_HASH.tar.gz

Checking this cache before fetching network URLs is not yet implemented.
2026-02-05 16:50:41 -08:00
..
flate fetch: implement recompression 2026-02-05 16:50:41 -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: smarter rebase when discarding (#30891) 2026-01-30 20:19:19 +01: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 zstd.Decompress: smarter rebase when discarding (#30891) 2026-01-30 20:19:19 +01:00