You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BitSetRanges replace full blocks with prealocated one. Similar to empty blocks in BitSet.
This allows to fill ranges at close to O(1) time. Also, filled blocks does not consume memory.
BitSetRanges
replace full blocks with prealocated one. Similar to empty blocks inBitSet
.This allows to fill ranges at close to O(1) time. Also, filled blocks does not consume memory.
Fully implemented.
https://github.com/tower120/hi_sparse_bitset/tree/bitset_ranges
The text was updated successfully, but these errors were encountered: