Skip to content

BitMagic release v3.16.0

Compare
Choose a tag to compare
@tlk00 tlk00 released this 10 Nov 17:47
  1. 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

  2. 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

  3. New method bvector<>::merge()
    to combine multiple bit-vectors (logical OR) faster.
    https://github.com/tlk00/BitMagic/blob/master/samples/bvsample19/sample19.cpp

  4. New example/benchmark for fast fingerprint/index construction.
    http://bitmagic.io/dna-search-idx.html