Skip to content

BitMagic release v3.20.0

Compare
Choose a tag to compare
@tlk00 tlk00 released this 19 Mar 16:59

Release Notes: BitMagic 3.20.0

  1. bm::str_sparse_vector<> - bit-transposed succinct container for strings
    now implements const_iterator and back_insert_iterator.
    Both iterators implement transparent transpositions of the container
    elements and work significantly faster than random element access methods.

  2. Added new examples to illustrate usage of bm::str_sparse_vector<>

  3. bm::bvector<> - implemented new, improved algorithms for bit-shifting of
    compressed blocks

  4. Fixed number of warnings and compile regressions for 32-bit systems

  5. Fixed logical bug in SSE4.2, AVX2 implementations of fused SHIFT-RIGHT-AND.
    The bug affected sparse vector search algorithms.