gaissmai opened this issue a year ago · 1 comments
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 #154
I will issue a release soon.