Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 324 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 324 Bytes

ringbuffer

Yet another ringbuffer implementation.

Based on smallnest/ringbuffer

Consumes two times more memory than normal ring buffer but unlike normal ring buffer you can access continuous (you don't have to handle wrapping) underlying buffer without memory allocation/copy.