//
pkg.gl
Category
github.com/Softwarekang/knetty
pkg
buffer
package
0.2.0
Repository:
https://github.com/softwarekang/knetty.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
6
Dependents
1
Files
242 SLOC
#
Functions
NewRingBuffer
NewRingBuffer returns a default 64 kb size circular buffer.
NewRingBufferWithCap
NewRingBufferWithCap returns a cap byte size circular buffer.
#
Constants
Byte
No description provided by the author
GiByte
No description provided by the author
KiByte
No description provided by the author
MiByte
No description provided by the author
#
Structs
RingBuffer
RingBuffer an efficient, automatically resizable, and memory-reusable circular buffer implementation.