Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Cuckoo filter #16

Open
gakhov opened this issue Sep 28, 2019 · 0 comments
Open

Implement Cuckoo filter #16

gakhov opened this issue Sep 28, 2019 · 0 comments
Labels
feature hacktoberfest Pariticipate in hacktoberfest by Digital Ocean (hacktoberfest.digitalocean.com)

Comments

@gakhov
Copy link
Owner

gakhov commented Sep 28, 2019

Cuckoo filter is a compact variant of the Cuckoo hash table, it was proposed by Bin Fan, David Anderson, Michael Kaminsky, and Michael Mitzenmacher in 2014.

Cuckoo filters are easy to implement, they support dynamic additions and deletions, while using less space and achieving even higher performance than other Bloom filter modifications in many practical applications.

Read More:

  • Probabilistic Data Structures and Algorithms for Big Data Applications by Andrii Gakhov
    2019, ISBN: 978-3748190486 (paperback) ASIN: B07MYKTY8W (e-book)
  • Fan, B., et al. (2014) “Cuckoo Filter: Practically Better Than Bloom”, Proceedings of the 10th ACM International on Conference on emerging Networking Experiments and Technologies, Sydney, Australia — December 02–05, 2014, pp. 75–88, ACM New York, NY.
@gakhov gakhov added hacktoberfest Pariticipate in hacktoberfest by Digital Ocean (hacktoberfest.digitalocean.com) feature labels Sep 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature hacktoberfest Pariticipate in hacktoberfest by Digital Ocean (hacktoberfest.digitalocean.com)
Projects
None yet
Development

No branches or pull requests

1 participant