Open saik0 opened 2 years ago
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.
Step 1: Check if this is being autovectorized
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.