Version 3.16.0
Nov 11, 2018
Release Notes
-
Implemented new method to set multiple bits in bit-vector
bvector<>::set(...)
New method uses SSE4.2 and AVX2 accelerated algorithms.
sample12.cpp
-
Implemented
bvector<>::bulk_insert_iterator
to do fast construction of vectors C++/STL style.
sample18.cpp
-
New method
bvector<>::merge()
to combine multiple bit-vectors (logical OR) faster.
sample19.cpp
- New example/benchmark for fast fingerprint/index construction.
xsample04a.cpp
DNA Search indexing
Download v 3.16.0