-
Notifications
You must be signed in to change notification settings - Fork 84
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
Add fast counts #167
Comments
This was referenced Jan 30, 2022
Merged
bors bot
added a commit
that referenced
this issue
Feb 11, 2022
168: Fast counts r=Kerollmops a=saik0 See #167 Add methods to compute the cardinality of two bitmaps without materializing them. Once the naming conventions and overall structure for union is approved I will add tests and the remaining ops TODO: - Bitmap - [x] union - [x] intersection - [x] difference - [x] symmetric difference - [x] tests - [x] benchmarks - Blocked by #129 - Treemap - [x] union - [x] intersection - [x] difference - [x] symmetric difference - [x] tests Co-authored-by: saik0 <github@saik0.net> Co-authored-by: Joel Pedraza <github@saik0.net>
Closed in #168 |
not-jan
pushed a commit
to not-jan/roaring-rs
that referenced
this issue
Aug 31, 2022
168: Fast counts r=Kerollmops a=saik0 See RoaringBitmap#167 Add methods to compute the cardinality of two bitmaps without materializing them. Once the naming conventions and overall structure for union is approved I will add tests and the remaining ops TODO: - Bitmap - [x] union - [x] intersection - [x] difference - [x] symmetric difference - [x] tests - [x] benchmarks - Blocked by RoaringBitmap#129 - Treemap - [x] union - [x] intersection - [x] difference - [x] symmetric difference - [x] tests Co-authored-by: saik0 <github@saik0.net> Co-authored-by: Joel Pedraza <github@saik0.net>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add the ability to compute the cardinality of a set operation without materializing a new bitmap.
The text was updated successfully, but these errors were encountered: