Optimized implementation of Cuckoo Filter: Practically Better Than Bloom.
☆48Dec 2, 2025Updated 3 months ago
Alternatives and similar repositories for cuckoofilter
Users that are interested in cuckoofilter are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- Loser Tree data structure, for fast k-way merge☆33Aug 13, 2024Updated last year
- Go implementation of variance's method for one-pass variance computation with D. H. D. West improved methods which features merging of se…☆19Mar 19, 2026Updated last week
- A Rust crate for building a custom SQLite virtual file system (VFS).☆25Mar 1, 2026Updated 3 weeks ago
- Fast reflection for mere mortals☆28Dec 16, 2025Updated 3 months ago
- A Go implementation of the Ryu algorithm for converting floating-point numbers to strings☆93Dec 15, 2019Updated 6 years ago
- Managed Database hosting by DigitalOcean • AdPostgreSQL, MySQL, MongoDB, Kafka, Valkey, and OpenSearch available. Automatically scale up storage and focus on building your apps.
- Recreates directory and files from embedded filesystem using Go 1.16 embed.FS type.☆30Feb 18, 2022Updated 4 years ago
- A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist☆294Jan 31, 2023Updated 3 years ago
- Expose fdb metrics in Prometheus format☆19Jan 23, 2026Updated 2 months ago
- Metaheuristics / Blackbox Optimization Algorithms for Go: Simulated Annealing, Genetic Algorithm, Ant Colony Optimization, Tabu Search, P…