mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-07 14:24:43 +00:00
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. |
||
|---|---|---|
| .. | ||
| flate | ||
| lzma | ||
| lzma2 | ||
| testdata | ||
| xz | ||
| zstandard | ||
| flate.zig | ||
| gzip.zig | ||
| lzma.zig | ||
| lzma2.zig | ||
| xz.zig | ||
| zlib.zig | ||
| zstandard.zig | ||