Analysis and benchmarking of two parallel sorting algorithms: Hyperquicksort and quickmerge
暂无分享,去创建一个
We analyze the computational and communication complexity of four sorting algorithms as implemented on a hypercube multicomputer: two variants of hyperquicksort and two variants of quickmerge. Based upon this analysis, machine-specific parameters can be used to determine when each algorithm requires less communication time than the others. We present benchmark results of the four algorithms on a 64-processor NCube/7. The benchmarking provides experimental evidence that hyperquicksort divides the values to be sorted more evenly among the processors than quickmerge. Because it does a better job balancing work between processors, hyperquicksort proves to be uniformly superior to quickmerge.
[1] Robert Sedgewick,et al. Implementing Quicksort programs , 1978, CACM.
[2] Sartaj Sahni,et al. Parallel Matrix and Graph Algorithms , 1981, SIAM J. Comput..
[3] Michael J. Quinn,et al. Designing Efficient Algorithms for Parallel Computers , 1987 .
[4] Michael J. Quinn. Parallel sorting algorithms for tightly coupled multiprocessors , 1988, Parallel Comput..