Module treemap

Source
Expand description

A compressed bitmap with u64 values. Implemented as a BTreeMap of RoaringBitmaps.

Structsยง

BitmapIter
An iterator of RoaringBitmaps for RoaringTreemap.
IntoIter
An iterator for RoaringTreemap.
Iter
An iterator for RoaringTreemap.
RoaringTreemap
A compressed bitmap with u64 values. Implemented as a BTreeMap of RoaringBitmaps.