Skip to content

BitMagic release v3.14.0

Compare
Choose a tag to compare
@tlk00 tlk00 released this 26 Aug 02:17

Release Notes

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

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