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