Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 203 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 203 Bytes

RingBuffer

A simple, scalable and thread-safe RingBuffer implementation.
Context switching is saved in the most of the time.
One producer with one consumer or muti_consumeres is recommended.