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

Modify the len method to be constant-time

Open Kerollmops opened this issue 4 years ago • 0 comments

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.

Kerollmops avatar May 02 '21 16:05 Kerollmops