BitMagic release v3.16.0
-
Implemented new method to set multiple bits in bit-vector
bvector<>::set(...)
New method uses SSE4.2 and AVX2 accelerated algorithms.
https://github.com/tlk00/BitMagic/blob/master/samples/bvsample12/sample12.cpp -
Implemented bvector<>::bulk_insert_iterator
to do fast construction of vectors C++/STL style.
https://github.com/tlk00/BitMagic/blob/master/samples/bvsample19/sample18.cpp -
New method bvector<>::merge()
to combine multiple bit-vectors (logical OR) faster.
https://github.com/tlk00/BitMagic/blob/master/samples/bvsample19/sample19.cpp -
New example/benchmark for fast fingerprint/index construction.
http://bitmagic.io/dna-search-idx.html