Articles details

  • Scalable Bloom Filters
  • 01 Mar 2007
  • Bloom Filters provide space-efficient storage of sets at the cost of a probability of false positives on membership queries. The size of the filter must be defined a priori based on the number of elements to store and the desired false positive probability, being impossible to store extra elements without increasing the false positive probability. This leads typically to a conservative assumption regarding maximum set size, possibly by orders of magnitude, and a consequent space waste. This paper proposes Scalable Bloom Filters, a variant of Bloom Filters that can adapt dynamically to the number of elements stored, while assuring a maximum false positive probability.
  • Information Processing Letters (Elsevier)
  • Paulo Sérgio Almeida, Carlos Baquero, Nuno Preguiça, David Hutchison
  • 101
  • 6
  • http://dx.doi.org/10.1016/j.ipl.2006.10.007
  • 255 to 261
  • 1 Mar 2007