Explore chapters and articles related to this topic
Cluster-based distributed dynamic cuckoo filter system for Redis
Published in International Journal of Parallel, Emergent and Distributed Systems, 2020
Peng Li, Baozhou Luo, Wenjun Zhu, He Xu
By replacing the original element with a fingerprint of the element in the cuckoo hash table [19], Fan et al. recently proposed the cuckoo filter, a practical data structure that can replace both counting and traditional Bloom Filters with four major advantages: (1) It supports adding and removing items dynamically; (2) It achieves higher lookup performance; (3) It is easier to implement than alternatives such as the quotient filter; and (4) it requires less space than a space-optimised Bloom filter when the target false positive rate ε is less than 3%.