Expand description
A compressed bitmap with u64 values. Implemented as a BTreeMap
of RoaringBitmap
s.
Structsยง
- Bitmap
Iter - An iterator of
RoaringBitmap
s forRoaringTreemap
. - Into
Iter - An iterator for
RoaringTreemap
. - Iter
- An iterator for
RoaringTreemap
. - Roaring
Treemap - A compressed bitmap with u64 values.
Implemented as a
BTreeMap
ofRoaringBitmap
s.