Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 221 Bytes

File metadata and controls

4 lines (3 loc) · 221 Bytes

MultiThreading

An example of utilizing multiple threads in the C programming language with pthreads to speed up a workload.

Implementing 4 threads and dividing up the workload causes this program to execute 4x faster.