Skip to content

btllib v1.4.4

Compare
Choose a tag to compare
@vlad0x00 vlad0x00 released this 02 May 18:47
· 340 commits to master since this release
  • Fixed an issue where calling the compile script outside of btllib dir didn't work.
  • By default, btllib now preferentially builds at /tmp instead of $TMPDIR, as $TMPDIR is not necessarily removed on reboot.
  • Updated documentation.
  • Added threshold parameter to get_fpr() for Counting Bloom filters, giving you the false positive rate for a given threshold.
  • Fixed an OpenMP compile error.
  • Added a check for whether the Bloom filter exists when loading from a file.