We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Implement larger bitmaps to increase number of possible registered components.
The text was updated successfully, but these errors were encountered:
roaring
There is no limit anymore on the number of registered components. I was able to achieve this using the RoaringBitmap provided by the roaring crate.
RoaringBitmap
The RoaringBitmap is:
This should keep most of the performance of the u128 "bitmaps", while removing the size limitation but keeping the memory usage low.
u128
Commit: fafac2f
Sorry, something went wrong.
DynamicGoose
No branches or pull requests
Implement larger bitmaps to increase number of possible registered components.
The text was updated successfully, but these errors were encountered: