Skip to content

BitMagic release v3.10.0

Compare
Choose a tag to compare
@tlk00 tlk00 released this 06 Jan 17:03
  1. added AVX2 optimization option (#define BMAVX2OPT)
  2. improved SIMD vectorization computational kernels for SSE2, SSE4.2
  3. faster testing for bits in compressed vectors
  4. bit-vector enumerator (bvector<>::enumerator) added random positioning, can now go to any arbitrary start point and traverse bits from it
  5. added bvector<>::count_to() to efficiently work with range bit counting and bit-vector based prefix sums
  6. new samples
  7. optimizations to bit counting, sparse_vector<> extraction, bit testing, etc