BitMagic release v3.20.0
Release Notes: BitMagic 3.20.0
-
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. -
Added new examples to illustrate usage of bm::str_sparse_vector<>
-
bm::bvector<> - implemented new, improved algorithms for bit-shifting of
compressed blocks -
Fixed number of warnings and compile regressions for 32-bit systems
-
Fixed logical bug in SSE4.2, AVX2 implementations of fused SHIFT-RIGHT-AND.
The bug affected sparse vector search algorithms.