deveshsahu / parallelHash

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:GNU General Public License v2.0


Languages

Language:Cuda 67.9%Language:TeX 32.1%