proxy.golang.org : github.com/aaronwinter/cfilter
Package cfilter is an implementation of the Cuckoo filter, a Bloom filter replacement for approximated set-membership queries. Cuckoo filters support adding and removing items dynamically while achieving even higher performance than Bloom filters. As documented in the original implementation: For details about the algorithm and citations please refer to the original research paper, "Cuckoo Filter: Better Than Bloom" by Bin Fan, Dave Andersen and Michael Kaminsky (https://www.cs.cmu.edu/~dga/papers/cuckoo-conext2014.pdf).
Registry
-
Source
- Documentation
- JSON
purl: pkg:golang/github.com/aaronwinter/cfilter
License: MIT
Latest release: almost 9 years ago
First release: almost 9 years ago
Namespace: github.com/aaronwinter
Last synced: 28 days ago