A technique from the hashing literature is to use two hash functions h1(x) and h2(x) to simulate additional hash functions of the form gi(x) = h1(x) + ih2(x). We demonstrate that this technique can be usefully applied to Bloom filters and related data structures. Specifically, only two hash functions are necessary to effectively implement a Bloom filter without any loss in the asymptotic false positive probability. This leads to less computation and potentially less need for randomness in practice.
This paper considers space-efficient data structures for storing an approximation S ′ to a set S suc...
This paper presents new alternatives to the well-known Bloom filter data structure. The Bloom filter...
A Bloom Filter is a simple space-efficient randomized data structure for representing a set in order...
Abstract. A standard technique from the hashing literature is to use two hash functions h1(x)andh2(x...
A Bloom Filter is an efficient randomized data structure for membership queries on a set with a cert...
A Bloom filter is a very compact data structure that supports approximate membership queries on a se...
Abstract. A counting Bloom filter (CBF) generalizes a Bloom filter data structure so as to allow mem...
Abstract — In this paper, we propose the Generalized Bloom Filter (GBF), a space-efficient data stru...
The Bloom Filter (BF), a space-and-time-efficient hashcoding method, is used as one of the fundament...
A Bloom filter is a compact data structure that supports membership queries on a set, allowing false...
efficient hash-coding method, is used as one of the fundamen-tal modules in several network processi...
Bloom filters are hash-based data structures for membership queries without false negatives widely u...
Regardless of the type of data, traditional Bloom filters treat each element of a set as a string, a...
Bloom Filters are a technique to reduce the effects of conflicts/ interference in hash table-like st...
A Bloom filter is a probabilistic hash-based data structure extensively used insoftware products inc...
This paper considers space-efficient data structures for storing an approximation S ′ to a set S suc...
This paper presents new alternatives to the well-known Bloom filter data structure. The Bloom filter...
A Bloom Filter is a simple space-efficient randomized data structure for representing a set in order...
Abstract. A standard technique from the hashing literature is to use two hash functions h1(x)andh2(x...
A Bloom Filter is an efficient randomized data structure for membership queries on a set with a cert...
A Bloom filter is a very compact data structure that supports approximate membership queries on a se...
Abstract. A counting Bloom filter (CBF) generalizes a Bloom filter data structure so as to allow mem...
Abstract — In this paper, we propose the Generalized Bloom Filter (GBF), a space-efficient data stru...
The Bloom Filter (BF), a space-and-time-efficient hashcoding method, is used as one of the fundament...
A Bloom filter is a compact data structure that supports membership queries on a set, allowing false...
efficient hash-coding method, is used as one of the fundamen-tal modules in several network processi...
Bloom filters are hash-based data structures for membership queries without false negatives widely u...
Regardless of the type of data, traditional Bloom filters treat each element of a set as a string, a...
Bloom Filters are a technique to reduce the effects of conflicts/ interference in hash table-like st...
A Bloom filter is a probabilistic hash-based data structure extensively used insoftware products inc...
This paper considers space-efficient data structures for storing an approximation S ′ to a set S suc...
This paper presents new alternatives to the well-known Bloom filter data structure. The Bloom filter...
A Bloom Filter is a simple space-efficient randomized data structure for representing a set in order...