Binary Fuse Filters: Fast and Smaller Than Xor Filters
Abstract
Domain fit: AI-adjacent · Paper appears method- or tooling-adjacent to AI workflows with partial ecosystem coverage.
Bloom and cuckoo filters provide fast approximate set membership while using little memory. Engineers use them to avoid expensive disk and network accesses. The recently introduced xor filters can be faster and smaller than Bloom and cuckoo filters. The xor filters are within 23% of the theoretical lower bound in storage as opposed to 44% for Bloom filters. Inspired by Dietzfelbinger and Walzer, we build probabilistic filters—called binary fuse filters —that are within 13% of the storage lower bound—without sacrificing query speed. As an additional benefit, the construction of the new binary fuse filters can be more than twice as fast as the construction of xor filters. By slightly sacrificing query speed, we further reduce storage to within 8% of the lower bound. We compare the performance against a wide range of competitive alternatives such as Bloom filters, blocked Bloom filters, vector quotient filters, cuckoo filters, and the recent ribbon filters. Our experiments suggest that binary fuse filters are superior to xor filters.
Results and benchmarks
Bloom and cuckoo filters provide fast approximate set membership while using little memory.
Benchmark evidence is limited
Evidence graph: 3 refs, 3 links.
Utility signals: depth 70/100, grounding 75/100, status medium.
Implementation
No direct implementation yet
Maintained implementation evidence is not confirmed for this paper yet.
Use the implementation status and reproduction sections for the current action plan.
No verified maintained repo yet
There is no verified maintained implementation yet. Use this baseline plan to decide whether to prototype now or defer.
- No maintained paper-verified implementation was found; start with the closest related repositories below.
- Compare repo methods against the paper equations/algorithm before trusting metrics.
- Create a minimal baseline implementation from the paper and use adjacent repos as references.
Time to first repro: a few days
zszszszsz/.config is the closest maintained adjacent implementation (Matches contextual method/domain keyword: algorithm). It is not paper-verified; validate algorithm and evaluation setup against the paper before trusting reported metrics. Community adoption signal: 350 GitHub stars.
- Adjacent implementations are not paper-verified
- Recommended repository is adjacent and not paper-verified.
- Adjacent implementation match confidence is low.
Reproduction readiness
No repo
No verified implementation available
- No maintained repository has been identified for this paper. Check adjacent implementations or HF artifacts below.
Hardware requirements
- Expect multi-day setup/compute for meaningful reproduction based on current guidance.
Validation caveat
Repositories and ecosystem
Closest related implementations
These are not paper-verified. Use them as reference points when no direct implementation is available.
- zszszszsz/.config Adjacent · Confidence: Low · 350 stars
Matches contextual method/domain keyword: algorithm
- hexops/fastfilter Adjacent · Confidence: Low · 294 stars
Matches contextual method/domain keyword: bloom filter
No additional verified repositories beyond the primary recommendation.
Hugging Face artifacts
No trustworthy direct or curated related Hugging Face artifacts were found yet. Use targeted searches to quickly locate candidate models, datasets, and demos.
Tip: start with models, then check datasets and spaces if you need evaluation data or demos.
Research context
28
Citations
26
References
Tasks
Bloom filter, Cuckoo, Binary number, Fuse (electrical), Computer science, Cuckoo search, Upper and lower bounds, Quotient
Methods
Algorithm
Domains
Mathematics
Related papers
- Cuckoo Search Optimization Algorithm and Its Solicitations for Real World ApplicationsSearch on Paper2Code
2021 · Semantic similarity
- A Hybrid Algorithm from Cuckoo Search Method with N-Queens ProblemSearch on Paper2Code
2012 · Semantic similarity
- Cuckoo Search Optimization- A ReviewSearch on Paper2Code
2017 · Semantic similarity
- Analysis of Cuckoo Search Technique for Solving Problems of OptimizationSearch on Paper2Code
2022 · Semantic similarity
- Cuckoo Search Algorithm for Optimal Transmission Expansion Planning with Various Load Models and FFCSearch on Paper2Code
2017 · Semantic similarity
- Cuckoo Search Based Forest Cover ClassificationSearch on Paper2Code
2019 · Semantic similarity
Open this paper in HFEPX to review benchmark signals, evaluation modes, and human-feedback protocol context.
Open in HFEPXJump to Paper2Code search queries derived from this paper's research context.