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.
-
Notifications
You must be signed in to change notification settings - Fork 0
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.
GimhaniU/MultithreadedLinkedlist
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
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 0
No packages published