Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
twenty_thousand.txt | 2023-11-27 | 217.8 kB | |
even_ten_thousand.txt | 2023-11-27 | 64.4 kB | |
fifty_thousand.txt | 2023-11-27 | 544.5 kB | |
ten_thousand.txt | 2023-11-27 | 108.9 kB | |
Totals: 4 Items | 935.6 kB | 0 |
A Makefile is provided for individuals to replicate results in this report. The datasets are in the res/
folder. The hashes exist in the hashes.h
header file, and the bloom filter itself lives in the bloomFilter.h
header file. Calling $ make hashc
will generate the graphs for hash comparison. Calling $ make blooma
will generate the false positive probability analysis graphs.