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

Vectorized bitset iteration #210

Open
saik0 opened this issue Feb 12, 2022 · 1 comment
Open

Vectorized bitset iteration #210

saik0 opened this issue Feb 12, 2022 · 1 comment

Comments

@saik0
Copy link
Contributor

saik0 commented Feb 12, 2022

https://lemire.me/blog/2018/03/08/iterating-over-set-bits-quickly-simd-edition/

Note: Implementing for conversion between bitmap and array is a good place to start. Doing it over a lazy iterator will be more challenging.

@saik0 saik0 changed the title Vectorized iteration Vectorized bitset iteration Feb 12, 2022
@saik0
Copy link
Contributor Author

saik0 commented Feb 12, 2022

Step 1: Check if this is being autovectorized

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