Invertible Bloom Lookup Tables With Less Memory And Randomness
Fleischhacker Nils, Larsen Kasper Green, Obremski Maciej, Simkin Mark. Arxiv 2023
[Paper]
ARXIV
Graph
Independent
In this work we study Invertible Bloom Lookup Tables (IBLTs) with small
failure probabilities. IBLTs are highly versatile data structures that have
found applications in set reconciliation protocols, error-correcting codes, and
even the design of advanced cryptographic primitives. For storing elements
and ensuring correctness with probability at least , existing IBLT
constructions require space and
they crucially rely on fully random hash functions.
We present new constructions of IBLTs that are simultaneously more space
efficient and require less randomness. For storing elements with a failure
probability of at most , our data structure only requires
space and
-wise independent hash functions.
As a key technical ingredient we show that hashing keys with any -wise
independent hash function for some sufficiently large constant
guarantees with probability that at least keys
will have a unique hash value. Proving this is highly non-trivial as
approaches . We believe that the techniques used to prove this statement may
be of independent interest.
Similar Work