Skip to content

This includes examples in C how to parallelize linkedlist operations(insert, delete and find) using pthreads. Using a mutex for entire list and using read-write locks have been tried and compared with sequential program.

Notifications You must be signed in to change notification settings

GimhaniU/MultithreadedLinkedlist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MultithreadedLinkedlist

This includes examples in C how to parallelize linkedlist operations(insert, delete and find) using pthreads. Using a mutex for entire list and using read-write locks have been tried.

About

This includes examples in C how to parallelize linkedlist operations(insert, delete and find) using pthreads. Using a mutex for entire list and using read-write locks have been tried and compared with sequential program.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages