Name | Modified | Size | Downloads / Week |
---|---|---|---|
res | 2023-11-27 | ||
Makefile | 2023-11-27 | 231 Bytes | |
README.md | 2023-11-27 | 389 Bytes | |
bloomFilter.h | 2023-11-27 | 15.0 kB | |
hashes.h | 2023-11-27 | 9.1 kB | |
main.cpp | 2023-11-27 | 4.4 kB | |
Totals: 6 Items | 29.1 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.