Skip to content

BitMagic release v3.10.1

Compare
Choose a tag to compare
@tlk00 tlk00 released this 14 Feb 23:26
  1. BitMagic Library now licensed under Apache 2.0 license.
  2. Improved performance of enumerators.
  3. Added new algorithms to traverse bit-vector. Works a few times faster than enumerator.
  4. Improved memory management of serializations, fixed potential security vulnerabilities (buffer overrun).
    5.New AVX2 and SSE4.2 optimizations.
  5. Improved performance of sparse_vector<> extraction algorithms.

  6. Added new examples for some common use cases for bit-vectors.
  7. Continued improvement of BitMagic C library (libbm).
  8. Improved build environment for cmake to make various SIMD configurations easier.