
Off-Heap Algorithms in Java
From a naive heap-based queue to an off-heap ring buffer with dramatically better throughput, tail latency, and GC behavior for high-frequency trading workloads.
In this series
- 1The Ring Buffer Foundation
- 2Wait-Free SPSC Queues in Java
- 3Lock-Free MPSC Queues: Production-Grade Implementation
- +7 more parts


