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.