Skip to content

Performance comparison between Mutex locked, RW Locked and serial linked list

Notifications You must be signed in to change notification settings

MaheshMadushan/ParallelLinkedListPerformance

Repository files navigation

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>

About

Performance comparison between Mutex locked, RW Locked and serial linked list

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published