Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BitSetRanges #31

Open
tower120 opened this issue Mar 13, 2024 · 0 comments
Open

BitSetRanges #31

tower120 opened this issue Mar 13, 2024 · 0 comments
Labels
experiment experimental feature tracking issue

Comments

@tower120
Copy link
Owner

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.

Fully implemented.

https://github.com/tower120/hi_sparse_bitset/tree/bitset_ranges

@tower120 tower120 added experiment experimental feature tracking issue labels Mar 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
experiment experimental feature tracking issue
Projects
None yet
Development

No branches or pull requests

1 participant