Bloomier Filters: A second look
Data Structures and Algorithms
2008-07-08 v1
Abstract
A Bloom filter is a space efficient structure for storing static sets, where the space efficiency is gained at the expense of a small probability of false-positives. A Bloomier filter generalizes a Bloom filter to compactly store a function with a static support. In this article we give a simple construction of a Bloomier filter. The construction is linear in space and requires constant time to evaluate. The creation of our Bloomier filter takes linear time which is faster than the existing construction. We show how one can improve the space utilization further at the cost of increasing the time for creating the data structure.
Cite
@article{arxiv.0807.0928,
title = {Bloomier Filters: A second look},
author = {Denis Charles and Kumar Chellapilla},
journal= {arXiv preprint arXiv:0807.0928},
year = {2008}
}
Comments
13 Pages, 3 figures, to appear in ESA - 2008