code wiki / par
topic: par
4 modules sharing the par name family (derived from the tree's prefix discipline).
| module | description | lines | funcs |
|---|---|---|---|
| nx_par_matmul.nx | SOVEREIGN CPU parallelism: matmul across all cores via fork + shared memory, NO 3rd | 96 | 4 |
| nx_par_pool.nx | SOVEREIGN persistent worker POOL via PIPES (robust fix; busy-spin deadlocked on LICM, | 147 | 5 |
| nx_par_pull.nx | PARALLEL concurrent download (the max-speed S-class gap): fork one worker per file, each | 120 | 7 |
| nx_par_pull_nas.nx | PARALLEL concurrent download proven ON THE NAS (the max-speed gap WSL could not run: its | 111 | 7 |