A New Parallel Sorting Algorithm based on Odd-Even Mergesort

Napoli(2007)

引用 14|浏览0
暂无评分
摘要
This paper describes a new parallel sorting algorithm, derived from the odd-even mergesort algorithm, named "partition and concurrent merging” (PCM). The proposed algorithm is based on a divideand- conquer strategy. First, the data sequence to be sorted is decomposed in several pieces that are sorted in parallel using Quicksort. After that, all pieces are merged using a recursive procedure to obtain the final sorted sequence. In each iteration of this procedure pairs of sequence pieces are selected and sorted concurrently. The paper analyzes the computational complexity of the new algorithm and compares it with that of other well-known parallel sorting algorithms. We implemented the PCM algorithm on a SGI Origin2000 multiprocessor using OpenMP, sorting different benchmark sets of data sequences. Experimental results are compared with those of the Quicksort sequential algorithm and parallel implementations of other sorting algorithms, obtaining that our proposal outperforms the other solutions.
更多
查看译文
关键词
computational complexity,divide and conquer methods,merging,parallel algorithms,sorting,OpenMP,Quicksort sequential algorithm,SGI Origin2000 multiprocessor,computational complexity,data sequence,data sequences,divide-and-conquer strategy,odd-even mergesort,parallel sorting algorithm
AI 理解论文
溯源树
样例
生成溯源树,研究论文发展脉络
Chat Paper
正在生成论文摘要