Skip to content

Release 3.0.0

Compare
Choose a tag to compare
@eseiler eseiler released this 31 May 14:17
· 331 commits to main since this release
raptor-v3.0.0
684a718

New data structure: HIBF

The Hierarchical Interleaved Bloom Filter improves on many aspects of the IBF.
It can be built by running raptor layout and using the resulting layout file as input for raptor build.

General changes

  • Improved input validation
  • search output contains meta information
  • raptor build does not accept --size anymore, instead the false-positive rate is given via --fpr and the size is computed internally

See the help pages, or the documentation for information on usage.

Migration from 2.x.x

You can use raptor upgrade to migrate an old index to the newer version.