bits-and-blooms/bitset

how would you implement CountTo(until uint) uint

gaissmai opened this issue · 1 comments

thanks for bitset

For a poptrie, I need a quick implementation not only of Count but also of CountTo. How would you implement this with this library without iteration?

lemire commented

You would use rank/select queries which are standard. See #154

I will issue a release soon.