• Stars
    star
    1
  • Language
    C
  • Created over 7 years ago
  • Updated over 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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.