Skip to content

v0.3.1

Latest
Compare
Choose a tag to compare
@bkille bkille released this 06 Jun 00:48
· 2 commits to master since this release
bdc9339
  • 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