Thanks to visit codestin.com
Credit goes to github.com

Skip to content

prinsmike/psort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

psort

Parallel sort which takes advantage of multi-core CPUs and multithreading (golang).

psort sorts sublists in parallel using the sort package and then merges them in linear time and space.

About

Parallel sort which takes advantage of multi-core CPUs and multithreading (golang)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published