Cuckoo Filter: Simplification and Analysis

The cuckoo filter data structure of Fan, Andersen, Kaminsky, and Mitzenmacher (CoNEXT 2014) performs the same approximate set operations as a Bloom filter in less memory, with better locality of reference, and adds the ability to delete elements as well as to insert them. However, until now it has l...

Full description

Bibliographic Details
Main Author: Eppstein, David
Format: Text
Language:unknown
Published: 2016
Subjects:
Online Access:http://arxiv.org/abs/1604.06067
Description
Summary:The cuckoo filter data structure of Fan, Andersen, Kaminsky, and Mitzenmacher (CoNEXT 2014) performs the same approximate set operations as a Bloom filter in less memory, with better locality of reference, and adds the ability to delete elements as well as to insert them. However, until now it has lacked theoretical guarantees on its performance. We describe a simplified version of the cuckoo filter using fewer hash function calls per query. With this simplification, we provide the first theoretical performance guarantees on cuckoo filters, showing that they succeed with high probability whenever their fingerprint length is large enough. Comment: 12 pages, 1 figure. To appear at the 15th Scandinavian Symposium and Workshops on Algorithm Theory, June 22-24, 2016, Reykjavik, Iceland