Lock-free MPSC channel in Zig achieving 50+ billion messages/second via ring-decomposed architecture.
Features
- Ring-decomposed MPSC (one SPSC per producer)
- 128-byte cache line alignment
- Batch consumption API
- Zero-copy reserve/commit API
- Adaptive backoff (spin → yield)
Verified
- FIFO ordering
- Race condition detection
- 54.96 B/s on AMD Ryzen 7 5700 (8C/16T)