//
pkg.gl
Category
github.com/m3db/m3aggregator
bitset
package
0.0.0-20180929164314-b5bdc3694f97
Repository:
https://github.com/m3db/m3aggregator.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
1
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)).