Bloom filters are compact set representations that support set membership queries with small, one-sided error probabilities. Standard Bloom filters are oblivious to object popularity in sets and membership queries. However, sets and queries in many distributed applications follow known, stable, highly skewed distributions (e.g., Zipf-like). This paper studies the problem of minimizing the false-positive probability of a Bloom filter by adapting the number of hashes used for each data object to its popularity in sets and membership queries. We model the problem as a constrained nonlinear integer program and propose two polynomial-time solutions with bounded approximation ratios --- one is a 2-approximation algorithm...
Bloom filters and their variants are widely used as space-efficient probabilistic data structures f...
efficient hash-coding method, is used as one of the fundamen-tal modules in several network processi...
Bloom filters [2] are compact data structures for probabilistic representation of a set in order to ...
A Bloom filter is a simple randomized data structure that answers membership query with no false neg...
A Bloom filter is a very compact data structure that supports approximate membership queries on a se...
Bloom filters are space-efficient randomized data structures for fast membership queries, allowing f...
A Bloom Filter is an efficient randomized data structure for membership queries on a set with a cert...
Bloom filters are hash-based data structures for membership queries without false negatives widely u...
A Bloom Filter is a simple space-efficient randomized data structure for representing a set in order...
Bloom filters are efficient randomized data structures for membership queries on a set with a certai...
The Bloom Filter (BF), a space-and-time-efficient hashcoding method, is used as one of the fundament...
Set queries are fundamental operations in computer systemsand applications. This paper addresses the...
Bloom filters provide space-efficient storage of sets at the cost of a probability of false positive...
International audienceBloom filters are space-efficient data structures for fast set membership quer...
Abstract — In this paper, we propose the Generalized Bloom Filter (GBF), a space-efficient data stru...
Bloom filters and their variants are widely used as space-efficient probabilistic data structures f...
efficient hash-coding method, is used as one of the fundamen-tal modules in several network processi...
Bloom filters [2] are compact data structures for probabilistic representation of a set in order to ...
A Bloom filter is a simple randomized data structure that answers membership query with no false neg...
A Bloom filter is a very compact data structure that supports approximate membership queries on a se...
Bloom filters are space-efficient randomized data structures for fast membership queries, allowing f...
A Bloom Filter is an efficient randomized data structure for membership queries on a set with a cert...
Bloom filters are hash-based data structures for membership queries without false negatives widely u...
A Bloom Filter is a simple space-efficient randomized data structure for representing a set in order...
Bloom filters are efficient randomized data structures for membership queries on a set with a certai...
The Bloom Filter (BF), a space-and-time-efficient hashcoding method, is used as one of the fundament...
Set queries are fundamental operations in computer systemsand applications. This paper addresses the...
Bloom filters provide space-efficient storage of sets at the cost of a probability of false positive...
International audienceBloom filters are space-efficient data structures for fast set membership quer...
Abstract — In this paper, we propose the Generalized Bloom Filter (GBF), a space-efficient data stru...
Bloom filters and their variants are widely used as space-efficient probabilistic data structures f...
efficient hash-coding method, is used as one of the fundamen-tal modules in several network processi...
Bloom filters [2] are compact data structures for probabilistic representation of a set in order to ...