Experiments
One question per folder under experiments/. Read PLAN.md.
| # | Question |
|---|---|
| 01-spsc-handoff | 1P1C handoff of a small message |
| 02-payload-size | Same 1P1C at 4 KiB |
| 03-contention | 1P4C / 4P1C / 4P4C |
| 04-backpressure | Bounded queue, slow consumer |
| 05-wakeup | Empty-queue wake |
| 06-burst | Burst then drain |
| 07-async-waiters | Many async waiters |
| 08-async-backpressure | Bounded async |
| 09-async-cancel | Cancel parked getters |
| 10-process-ipc | Category P (Python IPC) |
| 11-shared-memory | Category S |
| 12-durable-local | Category D |
./experiments/01-spsc-handoff/run.sh python
python3 dashboard/scripts/sync-experiments.py
Never compare times across languages.