roaring-rs
roaring-rs copied to clipboard
Modify the len method to be constant-time
Fixes #45.
This is a first draft, we could maybe implement some kind of wrapper or helping method to update the RoaringBitmap length more easily.
It is currently based on #102, waiting for this PR to be merged.