code wiki / zstd

topic: zstd

20 modules sharing the zstd name family (derived from the tree's prefix discipline).

The zstd topic family in the Nishi sovereign ecosystem provides modular, self-contained implementations of Zstandard compression and decompression logic. nx_zstd_bits and nx_zstd_bits_gate handle the backward bitstream reading and Huffman weight management essential for decoding. nx_zstd_block and nx_zstd_block_gate focus on decompressing individual Zstandard blocks, while nx_zstd_frame and nx_zstd_frame_gate manage the frame-level structure and data flow. Together, these modules form a cohesive system for efficient lossless data compression and verification.

auto-narrated by the local model from this topic's module headers; links verified against the wiki index.

narrated overview -- maintained by the narration lane, module links verified against this wiki.

moduledescriptionlinesfuncs
nx_zstd_bits.nxZstandard's BACKWARD bitstream reader + Huffman weights.23511
nx_zstd_bits_gate.nxproves zstd's BACKWARD reader and Huffman weights.2103
nx_zstd_block.nxZstandard compressed-block decompression.1553
nx_zstd_block_gate.nxproves zstd compressed-block decompression.2043
nx_zstd_frame.nxZstandard frame and block layer, writer and reader.24811
nx_zstd_frame_gate.nxproves the zstd frame and block layer.1993
nx_zstd_fse.nxFSE (tANS) decoding-table construction for Zstandard.1896
nx_zstd_fse_dec.nxthe FSE decoding state machine for zstd sequences.914
nx_zstd_fse_dec_gate.nxproves the FSE decoding state machine.2313
nx_zstd_fse_gate.nxproves the FSE (tANS) decoding-table build.1352
nx_zstd_huf.nxZstandard's Huffman decode table (the X1 flat form).1614
nx_zstd_huf_gate.nxproves the zstd Huffman decode table.1873
nx_zstd_lit.nxZstandard literals section, header and payload.1996
nx_zstd_lit_gate.nxproves the zstd literals section.1933
nx_zstd_seq.nxZstandard sequences: header, code tables, execution.2629
nx_zstd_seq_gate.nxproves zstd sequence execution and code tables.2353
nx_zstd_seqdec.nxzstd sequence decoding: repeat offsets + the loop.1854
nx_zstd_seqdec_gate.nxproves zstd's repeat-offset machine and sequence loop.1953
nx_zstd_seqtab.nxZstandard's three PREDEFINED sequence distributions.1127
nx_zstd_seqtab_gate.nxproves the predefined sequence distributions.1903