Releases: ayazhafiz/xorf
Releases · ayazhafiz/xorf
0.11.0
0.10.2
What's Changed
- Bump to edition 2021, require std for binencode by @ayazhafiz in #76
Full Changelog: 0.9.0...0.10.2
0.10.1
0.10.1
0.10.0
0.10.0
0.9.0
0.8.1
- Fix build panic due to subtraction overflow when the count of keys is 1 (#48, thank you @youjiali1995!)
0.8.0
- Adds Binary Fuse filters behind the "binary-fuse" feature, enabled by default. Requires a dependency on
libm
. - Deprecated Fuse filters in favor of Binary Fuse filters.
0.7.2
Fixes an issue that caused builds to fail in 0.7.1.
0.7.1
Adds documentation that filters may not be created from containers containing duplicate keys.
In debug mode, this is asserted during construction.