Skip to content

dmanc/concurrent-hashtable

Repository files navigation

#Conc Final Project

Concurrent Hashtable

Daniel Mancia

Shreyas Sood

About

CS 378 - Concurrency Final Project Our final project for this class was to implement concurrent hashtables with different locking schemes.

Build

To compile the project run the following command::

$ make

To run unit test run the following::

$ make clean test

To run the benchmarks ::

$ make clean time

To generate data and graphs::

$ ./run.sh

About

CS 378 Concurrency Final Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published