roaring icon indicating copy to clipboard operation
roaring copied to clipboard

FeatureRequest: Rank with a range

Open Sora233 opened this issue 2 months ago • 1 comments

func (rb *Bitmap) Rank(x uint64) uint64 is good. But I just need Rank(end)-Rank(start) to be O(end-start), not O(end)

Sora233 avatar May 30 '24 07:05 Sora233