Skip to content

qqshka/ringbuffer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

yet another ringbuffer implementation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages