zig/lib/std/compress
Igor Anić 3e8cb153ea fix flate regression
Until now literal and distance code lengths where treated as two
different arrays. But according to rfc they can overlap:

  The code length repeat codes can cross from HLIT + 257 to the
  HDIST + 1 code lengths.  In other words, all code lengths form
  a single sequence of HLIT + HDIST + 258 values.

Now code lengths are decoded in single array which is then split
to literal and distance part.
2024-02-17 15:31:13 -08:00
..
flate fix flate regression 2024-02-17 15:31:13 -08:00
lzma std.builtin.Endian: make the tags lower case 2023-10-31 21:37:35 -04:00
lzma2 std.builtin.Endian: make the tags lower case 2023-10-31 21:37:35 -04:00
testdata remove v1 deflate implementation 2024-02-14 22:34:13 +01:00
xz std.builtin.Endian: make the tags lower case 2023-10-31 21:37:35 -04:00
zstandard lib: correct unnecessary uses of 'var' 2023-11-19 09:55:07 +00:00
flate.zig skip failing wasm tests 2024-02-15 00:35:08 +01:00
gzip.zig reorganize compress package root folder 2024-02-14 23:34:13 +01:00
lzma.zig update codebase to use @memset and @memcpy 2023-04-28 13:24:43 -07:00
lzma2.zig Delete redundant lzma/lzma2 prefix in function/struct names 2023-02-05 06:52:28 -08:00
xz.zig std.builtin.Endian: make the tags lower case 2023-10-31 21:37:35 -04:00
zlib.zig reorganize compress package root folder 2024-02-14 23:34:13 +01:00
zstandard.zig lib: correct unnecessary uses of 'var' 2023-11-19 09:55:07 +00:00