IBLT_Cplusplus icon indicating copy to clipboard operation
IBLT_Cplusplus copied to clipboard

Invertible Bloom Lookup Table implementation in C++

IBLT_Cplusplus

Invertible Bloom Lookup Table implementation in C++

References:

"What's the Difference? Efficient Set Reconciliation without Prior Context" by Eppstein, Goodrich, Uyeda and Varghese

"Invertible Bloom Lookup Tables" by Goodrich and Mitzenmacher