code wiki / deflate
topic: deflate
7 modules sharing the deflate name family (derived from the tree's prefix discipline).
| module | description | lines | funcs |
|---|---|---|---|
| nx_deflate.nx | RFC 1951 INFLATE (DEFLATE decompression). | 699 | 14 |
| nx_deflate_byte_diff_test.nx | byte-by-byte compare nx_deflate output | 113 | 1 |
| nx_deflate_bytes_consumed_test.nx | check whether bytes_consumed | 90 | 1 |
| nx_deflate_enc.nx | SOVEREIGN DEFLATE (RFC 1951) COMPRESSOR: LZ77 + FIXED Huffman (BTYPE=01). Pure integer, | 155 | 8 |
| nx_deflate_enc_gate.nx | prove the sovereign DEFLATE compressor round-trips against our own inflater. | 76 | 4 |
| nx_deflate_fixed.nx | SOVEREIGN DEFLATE ENCODER (RFC1951 block type 1, fixed Huffman). | 137 | 9 |
| nx_deflate_huffman_test.nx | regression smoke for the BTYPE=01 | 192 | 1 |