Ring Buffer
A fixed-capacity circular data structure in which read and write positions wrap around the underlying storage.
Related Concepts
- Backpressure
- Compare-and-Swap
- Memory Barrier
- Queue
A fixed-capacity circular data structure in which read and write positions wrap around the underlying storage.