Cydhra / vers

Succinct data structures using very efficient rank and select
Apache License 2.0
62 stars 4 forks source link

fix bitset iterator bench when simd is disabled #11

Closed somethingelseentirely closed 2 months ago

somethingelseentirely commented 2 months ago

I noticed that the benchmark was failing on my M1 Mac. One of the benches relies on the SIMD features, so I just enabled it conditionally like the other stuff.