Skip to content

v0.5.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 13 Dec 11:32
· 9 commits to master since this release
v0.5.0
e033136

What's Changed

Enable faster bulk loading with delayed compression.

  • e033136 docs: reference VecBitmap for bulk loading
  • 0600127 build: bump to 0.5.0
  • f7fed5b style: elide iterator lifetime
  • 4009364 test(bench): measure insert & convert performance
  • 9463f4f feat: choose backing store with BloomFilterBuilder
  • 3019afe feat: convert VecBitmap to CompressedBitmap
  • 841756f feat: write-optimised VecBitmap
  • 6294b90 refactor: rename BloomFilterBuilder::bitmap()
  • dbe50b7 refactor: storage construction via trait
  • 4c545fe refactor: share bit indexing helpers
  • 4df1504 Merge pull request #17 from domodwyer/dependabot/cargo/twox-hash-2
  • fda453a chore(deps): update twox-hash requirement from 1 to 2
  • 3e6b9d9 ci: fix cargo secret check

Full Changelog: v0.4.3...v0.5.0