You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -10,4 +10,4 @@ Bloom
10
10
11
11
###Description:
12
12
13
-
Computes the set differenceusing invertible bloom lookup tables.
13
+
Bloom is a library for set reconciliation based on invertible bloom filters (IBF). Instead of transmitting all the keys between 2 peers, an IBF can be used to recover the set difference. The key component is in determining the appropriate size of the IBF, which is accomplished using either a strata, min wise or hybrid estimator.
0 commit comments