//
pkg.gl
Category
github.com/accelbyte/gosync-reborn
circularbuffer
package
0.3.1
Repository:
https://github.com/accelbyte/gosync-reborn.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
0
Dependents
0
Files
140 SLOC
#
Functions
MakeC2Buffer
No description provided by the author
#
Structs
C2
C2 is a circular buffer intended to allow you to write a block of data of up to 'blocksize', and retrieve the data evicted by that operation, without allocating any extra slice storage This requires that it keep at least blocksize*2 data around.