Skip to content

veluca93/round_hashing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

round_hashing

Implementation of Round Hashing and benchmark

Compilation

Compile with gcc round_hashing.c -O3 -Wall -o round_hashing -lm -DHARDCODE_DIVISION Some other #defines you may want to use are

  • ASSUME_HASHED, which makes Round Hashing skip the hash function
  • UNIFORM_DISTRIBUTION, which generates as an input an uniform sample of the hash space

Execution

Run with ./round_hashing num_keys num_server

About

Implementation of Round Hashing and benchmark

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages