Skip to content

pthread and fork() drop in parallel linear array search

Notifications You must be signed in to change notification settings

agoodkind/parallel-linear-search

Repository files navigation

parallel-linear-search

CS 01:198:214 Systems Project 3: Using pthread and fork() to parallel linear search an array

This project introduces the concept of multiprocessing and multithreading and aims to investigate:

  • is linear searching an array with multiple threads or processes faster than just a single thread or process?
  • are threads faster than processes
  • what is the average amount of wall clock time spent waiting for a context switch between a thread or process

About

pthread and fork() drop in parallel linear array search

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published