Releases: yankun1992/fastbloom
Releases · yankun1992/fastbloom
release 0.5.9
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
What's Changed
- #8 implement serde feature by @bitcoin-eagle in #9
- Feature/estimate set cardinality by @t0k4rt in #11
New Contributors
- @bitcoin-eagle made their first contribution in #9
- @t0k4rt made their first contribution in #11
Full Changelog: https://github.com/yankun1992/fastbloom/commits/rs-v0.5.8
release 0.5.4
BloomFilter
- add method
add_if_not_contains
to support #6
release 0.5.3
Changelog:
- recover optimal_m.
release 0.5.2
Changelog:
- 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
release 0.5.0
Changelog
- upgrade murmur3 hash to xxh3 hash #1