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

clarify bitset_extract_setbits scalar code (BLSI -> BLSR) #659

Merged
merged 1 commit into from
Sep 10, 2024

Conversation

goldsteinn
Copy link
Contributor

@goldsteinn goldsteinn commented Sep 10, 2024

The "BLSI" logic is essentially a complicated way to get to BLSR, so refactor to be more explicit.

The "BLSI" logic is essentially a complicated way to get to BLSR, so
refactor to be more explicit.
@lemire
Copy link
Member

lemire commented Sep 10, 2024

@goldsteinn I agree. This should be equivalent once compiled and is simpler. Let us run tests.

@lemire
Copy link
Member

lemire commented Sep 10, 2024

This will be part of the next release.

@lemire lemire merged commit 1931a78 into RoaringBitmap:master Sep 10, 2024
21 checks passed
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