This project is used for performance test of a parallel programming with linked list by using Pthread library.
gcc
pthread
library
Serial program
$ ./run-serial.sh
Parallel program with one mutex for the entire linked list
$ ./run-mutex.sh
Parallel program with read-write locks for the entire linked list
$ ./run-rwlock.sh
Parallel program with multiple mutex
$ ./run-mutex-multi.sh