A Bloom filter is a method for reducing the space (memory) required for representing a set by allowing a small error probability. In this paper we consider a Sliding Bloom Filter: a data structure that, given a stream of elements, supports membership queries of the set of the last n elements (a sliding window), while allowing a small error probability and a slackness parameter. The problem of sliding Bloom filters has appeared in the literature in several communities, but this work is the first theoretical investigation of it. We formally define the data structure and its relevant parameters and analyze the time and memory requirements needed to achieve them. We give a low space construction that runs in O(1) time per update with high proba...
Bloom filters [2] are compact data structures for probabilistic representation of a set in order to ...
Bloom filters are hash-based data structures for membership queries without false negatives widely u...
Bloom filters provide space-efficient storage of sets at the cost of a probability of false positive...
This paper considers space-efficient data structures for storing an approximation S ′ to a set S suc...
Bloom filters are efficient randomized data structures for membership queries on a set with a certai...
Bloom filters are compact set representations that support set membership queries with small, one-...
A Bloom Filter is a simple space-efficient randomized data structure for representing a set in order...
An approximate membership data structure is a randomized data structure representing a set which sup...
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—Bloom Filters are efficient randomized data struc-tures for membership queries on a set wit...
A Bloom filter is a simple randomized data structure that answers membership query with no false neg...
The problem of testing whether a packet belongs to a set of filtered addresses has been traditionall...
A Bloom Filter is a space-efficient randomized data structure allowing membership queries over sets ...
Bloom Filters are efficient randomized data structures for membership queries on a set with a certai...
Bloom filters [2] are compact data structures for probabilistic representation of a set in order to ...
Bloom filters are hash-based data structures for membership queries without false negatives widely u...
Bloom filters provide space-efficient storage of sets at the cost of a probability of false positive...
This paper considers space-efficient data structures for storing an approximation S ′ to a set S suc...
Bloom filters are efficient randomized data structures for membership queries on a set with a certai...
Bloom filters are compact set representations that support set membership queries with small, one-...
A Bloom Filter is a simple space-efficient randomized data structure for representing a set in order...
An approximate membership data structure is a randomized data structure representing a set which sup...
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—Bloom Filters are efficient randomized data struc-tures for membership queries on a set wit...
A Bloom filter is a simple randomized data structure that answers membership query with no false neg...
The problem of testing whether a packet belongs to a set of filtered addresses has been traditionall...
A Bloom Filter is a space-efficient randomized data structure allowing membership queries over sets ...
Bloom Filters are efficient randomized data structures for membership queries on a set with a certai...
Bloom filters [2] are compact data structures for probabilistic representation of a set in order to ...
Bloom filters are hash-based data structures for membership queries without false negatives widely u...
Bloom filters provide space-efficient storage of sets at the cost of a probability of false positive...