repositorypackage
0.0.0-20211204021706-a7e2a274a9f4
Repository: https://github.com/qqshka/ringbuffer.git
Documentation: pkg.go.dev
# README
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.