BitMagic release v3.14.0
Release Notes
-
Implemented first version of Rank-Select bit-transposed sparse vector
bm::rsc_sparse_vector<>. First succinct container part of BitMagic.
see samples/rscsample01 for an introduction
https://github.com/tlk00/BitMagic/tree/master/samples/rscsample01 -
Added new advanced example (xsample03) implementing real-life scenario of searching for DNA mutation (SNP). https://github.com/tlk00/BitMagic/tree/master/samples/xsample03
position by mutation id (rs#). Sample compares speed and memory consumption of the
new bm::rsc_sparse_vector<>
Tech.note: http://bitmagic.io/succinct-snp-search.html