- Added benchmarks to BitArray and dynamic_bitset
- Added support for SIMD via Google's highway library. Run
cmake
with-DBITLIB_HWY=1
to enable SIMD support - Improved
shift_*
performance - Added more benchmark cases and increased large container size
- Added libpopcnt