Sciweavers

SODA
2004
ACM

The Bloomier filter: an efficient data structure for static support lookup tables

13 years 6 months ago
The Bloomier filter: an efficient data structure for static support lookup tables
We introduce the Bloomier filter, a data structure for compactly encoding a function with static support in order to support approximate evaluation queries. Our construction generalizes the classical Bloom filter, an ingenious hashing scheme heavily used in networks and databases, whose main attribute--space efficiency--is achieved at the expense of a tiny false-positive rate. Whereas Bloom filters can handle only set membership queries, our Bloomier filters can deal with arbitrary functions. We give several designs varying in simplicity and optimality, and we provide lower bounds to prove the (near) optimality of our constructions.
Bernard Chazelle, Joe Kilian, Ronitt Rubinfeld, Ay
Added 31 Oct 2010
Updated 31 Oct 2010
Type Conference
Year 2004
Where SODA
Authors Bernard Chazelle, Joe Kilian, Ronitt Rubinfeld, Ayellet Tal
Comments (0)