//
pkg.gl
Category
github.com/flyteorg/flytestdlib
bitarray
package
1.0.25
Repository:
https://github.com/flyteorg/flytestdlib.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
4
Dependents
18
Files
159 SLOC
#
Functions
NewBitSet
Initializes a new BitSet of the specified size.
NewCompactArray
Creates a new CompactArray of specified size.
#
Structs
CompactArray
Provides a wrapper on top of BitSet to store items of arbitrary size (up to 64 bits each) efficiently.
#
Type aliases
BitSet
BitSet is a set of bits that can be set, cleared and queried.
Block
No description provided by the author
Item
The biggest Item size that can fit in CompactArray.