CRoaring
CRoaring copied to clipboard
Use SIMD bitset decoding when appropriate
For dense bitsets, we should use SIMD instructions.
See: Iterating over set bits quickly (SIMD edition) https://lemire.me/blog/2018/03/08/iterating-over-set-bits-quickly-simd-edition/
Note that it is not a good idea for sparse bitsets.