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

Use BitSet for speed of set operations #77

Open
cmungall opened this issue Jul 21, 2023 · 0 comments
Open

Use BitSet for speed of set operations #77

cmungall opened this issue Jul 21, 2023 · 0 comments

Comments

@cmungall
Copy link
Member

cmungall commented Jul 21, 2023

https://docs.rs/bit-set/latest/bit_set/struct.BitSet.html

owlsim used a compressed version of this and it was very fast
https://github.com/lemire/javaewah

Seems maybe this is a rust analog?
https://github.com/RoaringBitmap/roaring-rs
https://www.reddit.com/r/rust/comments/t4x31c/roaringrs_bettercompressed_bitsets_is_seeing_the/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant