//
pkg.gl
Category
github.com/cockroachdb/cockroach
pkg
util
container
ring
package
25.1.0+incompatible
Repository:
https://github.com/cockroachdb/cockroach.git
Documentation:
pkg.go.dev
Versions
3
Dependencies
2
Dependents
9
Files
212 SLOC
#
Functions
New
New creates a ring of n elements.
#
Structs
Buffer
Buffer provides functionality akin to a []T, for cases that usually push to the back and pop from the front, and would like to reduce allocations.
Ring
A Ring is an element of a circular list, or ring.