Linked List Performance comparison (serial linked list, mutex locked linked list, rwlocked linked list) - time in miliseconds
To run perfomance tests, run the following command
git clone https://github.com/MaheshMadushan/ParallelLinkedListPerformance.git
cd ParallelLinkedListPerformance/performance/build/
./perf <num of threads>