Sciweavers

369 search results - page 3 / 74
» Scalable Bloom Filters
Sort
View
SIGMOD
2003
ACM
154views Database» more  SIGMOD 2003»
14 years 6 months ago
Spectral Bloom Filters
Saar Cohen, Yossi Matias
IPL
2008
100views more  IPL 2008»
13 years 6 months ago
On the false-positive rate of Bloom filters
Bloom filters are a randomized data structure for membership queries dating back to 1970. Bloom filters sometimes give erroneous answers to queries, called false positives. Bloom a...
Prosenjit Bose, Hua Guo, Evangelos Kranakis, Anil ...
AINA
2007
IEEE
13 years 10 months ago
Improving distributed join efficiency with extended bloom filter operations
Bloom filter based algorithms have proven successful as very efficient technique to reduce communication costs of database joins in a distributed setting. However, the full potent...
Loizos Michael, Wolfgang Nejdl, Odysseas Papapetro...
TON
2002
175views more  TON 2002»
13 years 5 months ago
Compressed bloom filters
A Bloom filter is a simple space-efficient randomized data structure for representing a set in order to support membership queries. Although Bloom filters allow false positives, f...
Michael Mitzenmacher
INFOCOM
2012
IEEE
11 years 8 months ago
The Bloom paradox: When not to use a Bloom filter?
—In this paper, we uncover the Bloom paradox in Bloom filters: sometimes, it is better to disregard the query results of Bloom filters, and in fact not to even query them, thus...
Ori Rottenstreich, Isaac Keslassy