fixedbitset icon indicating copy to clipboard operation
fixedbitset copied to clipboard

Try using the powturbo SIMD accelerated option for finding ones in a bitset

Open james7132 opened this issue 1 year ago • 0 comments
trafficstars

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

This can be significantly faster on denser bitsets, and should be easy enough to implement given that the backing blocks are now stored in SIMD-compatible blocks.

james7132 avatar Mar 21 '24 17:03 james7132