Version 3.14.0

Aug 25, 2018

Release Notes

  1. 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.
  2. New example to illustrate use of bm::rsc_sparse_vector<>. rscsample01.cpp
  3. 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