Skip to content

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

Notifications You must be signed in to change notification settings

JustinDevB/MultiThreading

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages