Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 462 Bytes

README.md

File metadata and controls

32 lines (18 loc) · 462 Bytes

#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