//
pkg.gl
Category
github.com/m3db/m3
src
aggregator
bitset
package
1.5.0
Repository:
https://github.com/m3db/m3.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
1
Dependents
4
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)).