# README
go-bitfield
Advanced RLE+ implementation
Features iterator based primitives that scale with number of runs instead of number of bits.
License
The Filecoin Project is dual-licensed under Apache 2.0 and MIT terms:
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
# Packages
No description provided by the author
# Functions
CutBitField cuts bitfield B from bitfield A.
IntersectBitField returns the intersection of the two BitFields.
MergeBitFields returns the union of the two BitFields.
MultiMerge returns the unions of all the passed BitFields.
New constructs a new BitField.
NewFromBytes deserializes the encoded bitfield.
NewFromIter constructs a BitField from the RunIterator.
NewFromSet constructs a bitfield from the given set.
SubtractBitField returns the difference between the two BitFields.
# Constants
MaxEncodedSize is the maximum encoded size of a bitfield.
# Variables
No description provided by the author
No description provided by the author