Skip to content

Releases: yankun1992/fastbloom

release 0.5.9

04 Dec 14:14
Compare
Choose a tag to compare

What's Changed

  • add from_file_with_hashes, from_file, save_to_file_with_hashes, save_to_file API

Full Changelog: rs-v0.5.8...rs-v0.5.9

release 0.5.8

27 Nov 14:07
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/yankun1992/fastbloom/commits/rs-v0.5.8

release 0.5.4

12 Jul 14:47
Compare
Choose a tag to compare

BloomFilter

  • add method add_if_not_contains to support #6

release 0.5.3

17 Feb 06:51
Compare
Choose a tag to compare

Changelog:

  1. recover optimal_m.

release 0.5.2

16 Feb 13:41
Compare
Choose a tag to compare

Changelog:

  1. add more bulk api for python #5 . examples can be at https://github.com/yankun1992/fastbloom/blob/main/py_tests/test_bloom.py#L128

release 0.5.1

14 Feb 14:21
Compare
Choose a tag to compare

Changelog

CountingBloomFilter

  1. Add methods estimate_count and counter_at to support #3 .

release 0.5.0

13 Feb 14:42
Compare
Choose a tag to compare

Changelog

  1. upgrade murmur3 hash to xxh3 hash #1