//
pkg.gl
Category
github.com/askasoft/pango
cog
ringbuffer
package
1.0.26
Repository:
https://github.com/askasoft/pango.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
8
Dependents
2
Files
699 SLOC
#
Functions
NewRingBuffer
NewRingBuffer constructs and returns a new RingBuffer.
#
Structs
RingBuffer
RingBuffer A fast Golang queue using a ring-buffer, based on the version suggested by Dariusz Górecki.