Ask a Question

Prefer a chat interface with context about you and your work?

Invertible bloom lookup tables

Invertible bloom lookup tables

We present a version of the Bloom filter data structure that supports not only the insertion, deletion, and lookup of key-value pairs, but also allows a complete listing of the pairs it contains with high probability, as long the number of key-value pairs is below a designed threshold. Our structure …