Version 3.14.0
Aug 25, 2018
Release Notes
- Implemented first version of Rank-Select bit-transposed sparse vector
bm::rsc_sparse_vector<>.
This is succinct (compact) data structure with potential of storing data with very low
memory foootprint, yet allow access to individual elements and efficient searches.
- New example to illustrate use of
bm::rsc_sparse_vector<>
.
rscsample01.cpp
-
New advanced sample use-case, search for SNP (known DNA mutation) id and its
position on the genome. Tech.note.
Source code: xsample03.cpp
Download v 3.14.0