zig/lib/std/compress/deflate/testdata
Hadrien Dorio 490f067de8
compress: add a deflate compressor
Replaces the inflate API from `inflateStream(reader: anytype, window_slice: []u8)` to
`decompressor(allocator: mem.Allocator, reader: anytype, dictionary: ?[]const u8)` and
`compressor(allocator: mem.Allocator, writer: anytype, options: CompressorOptions)`
2022-01-23 19:30:06 +01:00
..
compress-e.txt
compress-gettysburg.txt
compress-pi.txt
huffman-null-max.dyn.expect
huffman-null-max.dyn.expect-noinput
huffman-null-max.golden
huffman-null-max.input
huffman-null-max.wb.expect
huffman-null-max.wb.expect-noinput
huffman-pi.dyn.expect
huffman-pi.dyn.expect-noinput
huffman-pi.golden
huffman-pi.input
huffman-pi.wb.expect
huffman-pi.wb.expect-noinput
huffman-rand-1k.dyn.expect
huffman-rand-1k.dyn.expect-noinput
huffman-rand-1k.golden
huffman-rand-1k.input
huffman-rand-1k.wb.expect
huffman-rand-1k.wb.expect-noinput
huffman-rand-limit.dyn.expect
huffman-rand-limit.dyn.expect-noinput
huffman-rand-limit.golden
huffman-rand-limit.input
huffman-rand-limit.wb.expect
huffman-rand-limit.wb.expect-noinput
huffman-rand-max.golden
huffman-rand-max.input
huffman-shifts.dyn.expect
huffman-shifts.dyn.expect-noinput
huffman-shifts.golden
huffman-shifts.input
huffman-shifts.wb.expect
huffman-shifts.wb.expect-noinput
huffman-text-shift.dyn.expect
huffman-text-shift.dyn.expect-noinput
huffman-text-shift.golden
huffman-text-shift.input
huffman-text-shift.wb.expect
huffman-text-shift.wb.expect-noinput
huffman-text.dyn.expect
huffman-text.dyn.expect-noinput
huffman-text.golden
huffman-text.input
huffman-text.wb.expect
huffman-text.wb.expect-noinput
huffman-zero.dyn.expect
huffman-zero.dyn.expect-noinput
huffman-zero.golden
huffman-zero.input
huffman-zero.wb.expect
huffman-zero.wb.expect-noinput
null-long-match.dyn.expect-noinput
null-long-match.wb.expect-noinput
rfc1951.txt