You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Spike C (mailbox hygiene) passed: the receive-with-^ref pattern
scales linearly when draining 5k-deep mailbox backlogs, at <100 µs
per receive. The BEAM's reference-creation marker optimisation
prevents O(N^2) scans.
Spike D (PID liveness) passed: enif_send to dead PIDs silently
drops, 500-process dead-sender race produces no MLX growth, and
dropping a Stream mid-flight drains the worker cleanly.
All four spikes (A, B, C, D) now complete; the phased
implementation in section 2 can proceed unchanged.
Reference: branch spike-cd-mailbox-liveness, commit 4c0f08e.
0 commit comments