-
Notifications
You must be signed in to change notification settings - Fork 5
Home
kallerosenbaum edited this page Nov 23, 2014
·
5 revisions
Here I will list the tests I perform on bitcoin-iblt:
-
Finding good valueSize and hashFunctionCount. Here I try to find a valueSize hashFunctionCount so that the IBLT is as small as possible but still decodable.
-
CellCount vs FailureProbability. Examines how the failure probability varies with cellCount. It also compares the failure probabilities between 64 bytes and 270 bytes valueSize.
-
DiffCount vs FailurProbability. I try to figure out the relationship between diffs and failure probability.