Skip to content

FalconBan/linked-list-implemetation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Linked List Implementation : Serial & Parallel (Mutex, Read Write Locks)

This repository contains linked list implementation as follows;

  • Serial program
  • Parallel program (based on Pthreads) with one mutex for the entire linked list
  • Parallel program (based on Pthreads) with read-write locks for the entire linked list

The implementation of the linked list supports Member( ), Insert( ), and Delete( ) functions of the linked list. The performance comparison of each implemtation can be found on https://nishadikirielle.wordpress.com/2016/08/14/linked-list-implementation-serial-parallel-mutex-read-write-locks/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 100.0%