Skip to content

Releases: ayazhafiz/xorf

0.11.0

23 Dec 06:36
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.10.2...0.11.0

0.10.2

30 Sep 16:49
Compare
Choose a tag to compare

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

30 Sep 16:48
Compare
Choose a tag to compare
0.10.1

0.10.0

30 Sep 16:47
Compare
Choose a tag to compare
0.10.0

0.9.0

30 Sep 16:23
Compare
Choose a tag to compare

What's Changed

  • Bincode support with Encode/Decode derived by @jguhlin in #74
  • Add from_iterator/try_from_iterator for the filters. by @vlovich in #60

New Contributors

Full Changelog: 0.8.1...0.9.0

0.8.1

14 Dec 03:31
Compare
Choose a tag to compare
  • Fix build panic due to subtraction overflow when the count of keys is 1 (#48, thank you @youjiali1995!)

0.8.0

20 Oct 04:35
Compare
Choose a tag to compare
  • 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

03 Jul 17:38
Compare
Choose a tag to compare

Fixes an issue that caused builds to fail in 0.7.1.

0.7.1

01 Jul 15:57
Compare
Choose a tag to compare

Adds documentation that filters may not be created from containers containing duplicate keys.
In debug mode, this is asserted during construction.

0.6.0

25 Jul 17:24
eb6080e
Compare
Choose a tag to compare

Improvements: