Skip to content

Merge sorts key value pairs with multiple threads and semaphores to protect variables.

Notifications You must be signed in to change notification settings

eaberger2/parallel-sort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

parallel-sort

Merge sorts key value pairs with multiple threads and semaphores to protect variables.

The majority of the sorting is done in the psort.c file. This program was run on a linux machine and uses GNU extensions such as get_nprocs.

Compile
> gcc c -o psort psort.c

Run
> psort

About

Merge sorts key value pairs with multiple threads and semaphores to protect variables.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages