code wiki / deflate

topic: deflate

7 modules sharing the deflate name family (derived from the tree's prefix discipline).

moduledescriptionlinesfuncs
nx_deflate.nxRFC 1951 INFLATE (DEFLATE decompression).69914
nx_deflate_byte_diff_test.nxbyte-by-byte compare nx_deflate output1131
nx_deflate_bytes_consumed_test.nxcheck whether bytes_consumed901
nx_deflate_enc.nxSOVEREIGN DEFLATE (RFC 1951) COMPRESSOR: LZ77 + FIXED Huffman (BTYPE=01). Pure integer,1558
nx_deflate_enc_gate.nxprove the sovereign DEFLATE compressor round-trips against our own inflater.764
nx_deflate_fixed.nxSOVEREIGN DEFLATE ENCODER (RFC1951 block type 1, fixed Huffman).1379
nx_deflate_huffman_test.nxregression smoke for the BTYPE=011921