topic: zip
10 modules sharing the zip name family (derived from the tree's prefix discipline).
The 'zip' topic family in the Nishi sovereign ecosystem provides comprehensive support for ZIP archive handling, encompassing both reading and writing operations. It includes modules like _zip_extract_authored, which processes ZIP local headers and inflates entries, and nx_zip, a complete ZIP writer and reader pair using the STORED method. Additionally, nx_zip_read serves as the foundational component for loading PyTorch .bin files as ZIP archives, integrating seamlessly with the broader ecosystem's data loading infrastructure.
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.
| module | description | lines | funcs |
|---|---|---|---|
| _zip_extract_authored.nx | ZIP local header + inflate entry, bits-up | 22 | 4 |
| nx_zip.nx | ZIP archive writer + reader (STORED method): a COMPLETE pair. | 279 | 13 |
| nx_zip_deflate_lib.nx | ZIP method-8 (DEFLATE) ENTRY WRITER, composing the two incumbents the estate already proves: | 82 | 2 |
| nx_zip_deflate_selected_candidate_t144.nx | ZIP method-8 (DEFLATE) ENTRY WRITER, composing the two incumbents the estate already proves: | 82 | 2 |
| nx_zip_extract1.nx | sovereign single-entry ZIP extractor (STORED or DEFLATE). | 164 | 8 |
| nx_zip_gate.nx | proves the ZIP writer/reader pair by ROUND-TRIP. | 172 | 3 |
| nx_zip_header.nx | parse PKZIP APPNOTE 6.3.x framing. | 210 | 7 |
| nx_zip_read.nx | SOVEREIGN ZIP reader (the first half of the PyTorch .bin loader). A PyTorch .bin is a ZIP | 101 | 8 |
| nx_zip_selected_candidate_t144.nx | ZIP archive writer + reader (STORED method): a COMPLETE pair. | 279 | 13 |
| zip_header.nx | parse PKZIP APPNOTE 6.3.x framing. | 203 | 7 |