code wiki / ppdemo

topic: ppdemo

4 modules sharing the ppdemo name family (derived from the tree's prefix discipline).

moduledescriptionlinesfuncs
nx_ppdemo_forkpar.nxPROCESS parallelism (fork), the axis that WORKS today (vs broken threads). Forks 8312
nx_ppdemo_parallel.nxa controlled MULTI-THREADED compute workload: the SAME arithmetic loop as292
nx_ppdemo_serial.nxa controlled SINGLE-THREADED compute workload (a tight arithmetic loop, no I/O) used151
nx_ppdemo_threads.nxREAL multi-core proof via raw __thread_clone (stage-1 func-pointers). Spawns 4 worker492