/parallelHash

Parallel Hashing using Cuckoo's Algorithm for GPU using CUDA.

Primary LanguageCudaGNU General Public License v2.0GPL-2.0

parallelHash

This repository contains:

  • mycuckoo.cu for running cuckoo's hashing in parallel. There are no dependencies except for the CUDA library
  • folder Report that contains the findings as I tested the code on two different GPU types.