Python and Go runtimes use garbage collection — a background process that periodically halts execution to reclaim memory. At S3–S5 (document, ROM state, template harness), the design calls for millisecond-reliable timing. GC pauses corrupt this: a 2ms document compile becomes 40ms when the GC fires mid-operation. Over 78 ROM candidates × 6 flows, this compounds into seconds of invisible jitter.
Rust's ownership model eliminates runtime GC entirely. Memory is freed deterministically at scope exit — no surprise pauses, no 40ms spikes, no heisenbugs that only appear under load.
| # | STATION | NATURAL CHANNEL | STRATA | NOTES |
|---|