Skip to content

Releases: panmari/cuckoofilter

Using fastrandn throughout for faster initialization

04 Oct 21:09
Compare
Choose a tag to compare

Faster initialization with thread local random

26 Sep 08:15
Compare
Choose a tag to compare

What's Changed

  • Faster thread local random for inserts by @panmari in #15

New Contributors

Full Changelog: v1.0.3...v1.0.5

Better decoding

18 Nov 13:28
f4530c3
Compare
Choose a tag to compare

More checks for decoding an existing filter, thanks to fuzz tests.

Threadsafe docs

01 Nov 11:44
Compare
Choose a tag to compare

Adds documentation about thread safe use of cuckoo.Filter.

Minor documentation improvements.

24 Oct 08:22
Compare
Choose a tag to compare
Documenting also private bucket functions.

In particular that inserting the same fingerprint multiple times is
allowed.

First Major release with stable API

17 Oct 08:50
Compare
Choose a tag to compare

Provides a highly efficient cuckoo filter, tuned towards a false positive rate of ~0.01%.

Improves on benchmarks.

11 Oct 21:34
Compare
Choose a tag to compare
Adding test covering Delete.

Verifying that an item present in two buckets is deleted only once.

Initial release

04 Oct 15:39
Compare
Choose a tag to compare
v0.0.1

Updating readme with implementation details section.