Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 278 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 278 Bytes

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