An optimal Bloom filter replacement

SODA(2005)

引用 256|浏览17
暂无评分
摘要
This paper considers space-efficient data structures for storing an approximation S' to a set S such that S ⊆ S' and any element not in S belongs to S' with probability at most ∈. The Bloom filter data structure, solving this problem, has found widespread use. Our main result is a new RAM data structure that improves Bloom filters in several ways:• The time for looking up an element in S' is O(1), independent of ∈.• The space usage is within a lower order term of the lower bound.• The data structure uses explicit hash function families.• The data structure supports insertions and deletions on S in amortized expected constant time.The main technical ingredient is a succinct representation of dynamic multisets. We also consider three recent generalizations of Bloom filters.
更多
查看译文
关键词
main result,space-efficient data structure,bloom filter,main technical ingredient,optimal bloom filter replacement,dynamic multisets,new ram data structure,constant time,lower order term,data structure,bloom filter data structure,lower bound,greedy algorithm,hash function
AI 理解论文
溯源树
样例
生成溯源树,研究论文发展脉络
Chat Paper
正在生成论文摘要