Code for summer project designing hash tables for the GPU using CUDA
To build:
mkdir -p build && cd build conan install .. cd .. cmake . make