code wiki / ppdemo
topic: ppdemo
4 modules sharing the ppdemo name family (derived from the tree's prefix discipline).
| module | description | lines | funcs |
|---|---|---|---|
| nx_ppdemo_forkpar.nx | PROCESS parallelism (fork), the axis that WORKS today (vs broken threads). Forks 8 | 31 | 2 |
| nx_ppdemo_parallel.nx | a controlled MULTI-THREADED compute workload: the SAME arithmetic loop as | 29 | 2 |
| nx_ppdemo_serial.nx | a controlled SINGLE-THREADED compute workload (a tight arithmetic loop, no I/O) used | 15 | 1 |
| nx_ppdemo_threads.nx | REAL multi-core proof via raw __thread_clone (stage-1 func-pointers). Spawns 4 worker | 49 | 2 |