roaring-rs icon indicating copy to clipboard operation
roaring-rs copied to clipboard

Genericize RoaringBitmap and implements Roaring32 and Roaring64

Open grim7reaper opened this issue 2 years ago • 1 comments

Roaring32 is the new name of RoaringBitmap (which is now the core generic implementation, RoaringBitmap<V>). Roaring64 is the 64-bit version and replaces RoaringTreemap.

grim7reaper avatar Aug 12 '23 05:08 grim7reaper

Would it be possible to make the IntoIter type public, please? I was trying your new branch and was unfortunately unable to use it. I don't know if there is a flag or something to make sure cargo warns about it...

Done in the last commit Dunno about a flag/clippy lint either.

grim7reaper avatar Sep 03 '23 12:09 grim7reaper