Skip to content

Release 0.9.1 [2015/10/23]

Compare
Choose a tag to compare
@h-2 h-2 released this 23 Oct 12:11

new features of lambda

  • mmapped IO for the database enabling faster startup and memory sharing between instances (#3)

new features of lambda_indexer

  • radixsort suffix array creation (originally by @meiers) resulting in over 30% less RAM and up to 30% speed-up (#11)

changes in command line interface of lambda_indexer

  • all previous algorithms based on sorting superseded by radixsort, please remove e.g. -a quicksort from your scripts

bug-fixes and minor changes

  • build in release mode by default (#29)
  • improved progress reporting during indexing (#31)
  • detect most cases where the index is incompatible (#32)