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

Add add/removeRange to Roaring and Roaring64Map #381

Merged
merged 2 commits into from
Aug 26, 2022

Conversation

SLieve
Copy link
Contributor

@SLieve SLieve commented Aug 22, 2022

These were already present in the C API, but the C++ version only had Roaring::addRange. addRangeClosed is especially useful in the case of 64-bit integers, where an open range doesn't cover all possible values.

SLieve and others added 2 commits August 22, 2022 07:53
These were already present in the C API, but the C++ API had limited
support.
@lemire
Copy link
Member

lemire commented Aug 26, 2022

Seems uncontroversial. Merging.

@lemire lemire merged commit 063a6c3 into RoaringBitmap:master Aug 26, 2022
@SLieve SLieve deleted the add_remove_range branch August 26, 2022 08:13
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

Successfully merging this pull request may close these issues.

2 participants