Skip to content

xdainiusx/multithread_sort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

multithread_sort

Multithread Sort

Sort an array in multiple threads - used for multi-thread performance testing

Compile: gcc -O2 -o multithread_sort multithread_sort.c -l pthread -lm

Usage: ./multithread_sort N P

where N - 2N partitions (number of threads) P - 2P integer array size

About

Multithread Sort in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages