An accelerated bloom filter
To plot comparison between openmp, cuda and serial versions
make
python3 benchmark.py
python3 findSpeedup.py
To plot speedups for i) Fixed number of iterations ii) Varying word size iii) Varying number of cores
make
python3 benchmark_type2.py
python3 findSpeedup_type2.py
To plot speedups for i) Fixed word size ii) Varying number of iterations iii) Varying number of cores
make
python3 benchmark_type3.py
python3 findSpeedup_type3.py
- Murmur Hash 3 implementation by Austin Appleby.