Skip to content

osnetsvn/hashtable-using-sharedmemory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hashtable-using-sharedmemory

  1. To set up the shared memory segment for the hashtable run gcc writer.c -o writer -lpthread
  2. Hash1.c uses sha256 for hash caluculation when there is a collision, specify the size while creating the table
  3. To remove the already created segment, run gcc remover.c -o remover
  4. To run, compile Hash1.c and execute it

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages