Skip to content

SDSL 2.0.2

Compare
Choose a tag to compare
@simongog simongog released this 28 Nov 23:05
· 624 commits to master since this release

This version

  • extends the functionality of bit_vectors: get_int extracts up to 64 continues bits
  • adds a wavelet tree benchmark
  • adds a LCP construction benchmark
  • includes an Elias gamma code
  • fixes a bug in the hugepage memory management
  • adds an copy constructor to cst_sct3::node_type (it should be automatic generated by the compiler, but we had strange memory leaking problems in one application and adding it explicitly solved the problem)