Module circular_buffer

Source
Expand description

Circular buffer implementation for lock-free data passing

Structsยง

CircularBuffer
Cache-friendly fixed-size circular buffer optimized for HFT applications Uses a contiguous memory layout and avoids heap allocations