Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 829 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 829 Bytes

Linked List Performance comparison (serial linked list, mutex locked linked list, rwlocked linked list) - time in miliseconds

image image image image

Running perfomance Tests

To run perfomance tests, run the following command

  git clone https://github.com/MaheshMadushan/ParallelLinkedListPerformance.git
  cd ParallelLinkedListPerformance/performance/build/
  ./perf <num of threads>