Closed gaissmai closed 10 months ago
thanks for bitset
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?
Count
CountTo
You would use rank/select queries which are standard. See https://github.com/bits-and-blooms/bitset/pull/154
I will issue a release soon.
thanks for
bitset
For a poptrie, I need a quick implementation not only of
Count
but also ofCountTo
. How would you implement this with this library without iteration?