Skip to content

RajithaKumara/linked-list

Repository files navigation

Linked-list

This project is used for performance test of a parallel programming with linked list by using Pthread library.

Prerequisites

  • gcc
  • pthread library

Usage

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

Releases

No releases published

Packages

No packages published