//
pkg.gl
Category
github.com/chronosphereiox/m3
src
aggregator
bitset
package
0.0.0-20191121140916-9649366ff4b2
Repository:
https://github.com/chronosphereiox/m3.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
0
Files
33 SLOC
#
Functions
New
New can be used to keep track of values between [0, maxExclusive).
#
Structs
BitSet
BitSet is a specialized bitset that does not perform heap allocations if the range of values in the bitset is small (e.g., [0, 64)).