Skip to search formSkip to main contentSkip to account menu

Bloom filter

Known as: Bloom, Bloomier filter, Layered Bloom filters 
A Bloom filter is a space-efficient probabilistic data structure, conceived by Burton Howard Bloom in 1970, that is used to test whether an element… 
Wikipedia (opens in a new tab)

Papers overview

Semantic Scholar uses AI to extract papers important to this topic.
2016
2016
Distributed Denial of Service (DDoS) attacks are becoming one of the major threats in the distributed data center networks which… 
Highly Cited
2013
Highly Cited
2013
This paper presents an approach to multilabel classification (MLC) with a large number of labels. Our approach is a reduction to… 
Highly Cited
2011
Highly Cited
2011
The bloom filter is a probabilistic data structure that provides a compact representation of a set of elements. To keep false… 
Highly Cited
2011
Highly Cited
2011
Hot data identification can be applied to a variety of fields. Particularly in flash memory, it has a critical impact on its… 
Highly Cited
2010
Highly Cited
2010
A Bloom filter is an effective, space-efficient data structure for concisely representing a set, and supporting approximate… 
Highly Cited
2007
Highly Cited
2007
A Bloom filter is a very compact data structure that supports approximate membership queries on a set, allowing false positives… 
Highly Cited
2006
Highly Cited
2006
A Bloom filter is a simple randomized data structure that answers membership query with no false negative and a small false… 
Highly Cited
2005
Highly Cited
2005
This paper considers space-efficient data structures for storing an approximation <i>S'</i> to a set <i>S</i> such that <i>S</i… 
Highly Cited
2003
Highly Cited
2003
We introduce the first algorithm that we are aware of to employ Bloom filters for longest prefix matching (LPM). The algorithm… 
Highly Cited
2003
Highly Cited
2003
A Bloom Filter is a space-efficient randomized data structure allowing membership queries over sets with certain allowable errors…