Title :
How to sort N items using a sorting network of fixed I/O size
Author :
Olariu, Stephan ; Pinotti, M. Cristina ; Zheng, S.Q.
Author_Institution :
Dept. of Comput. Sci., Old Dominion Univ., Norfolk, VA, USA
fDate :
5/1/1999 12:00:00 AM
Abstract :
Sorting networks of fixed I/O size p have been used, thus far, for sorting a set of p elements. Somewhat surprisingly, the important problem of using such a sorting network for sorting arbitrarily large datasets has not been addressed in the literature. Our main contribution is to propose a simple sorting architecture whose main feature is the pipelined use of a sorting network of fixed I/O size p to sort an arbitrarily large data set of N elements. A noteworthy feature of our design is that no extra data memory space is required, other than what is used for storing the input. As it turns out, our architecture is feasible for VLSI implementation and its time performance is virtually independent of the cost and depth of the underlying sorting network. Specifically, we show that by using our design N elements can be sorted in Θ(N/p log N/p) time without memory access conflicts. Finally, we show how to use an AT2-optimal sorting network of fixed I/O size p to construct a similar architecture that sorts N elements in Θ(N/p log N/p log p) time
Keywords :
parallel architectures; pipeline processing; sorting; VLSI implementation; large datasets; pipelined; simple sorting architecture; sorting networks; time performance; Computer Society; Costs; Parallel processing; Sorting; Very large scale integration;
Journal_Title :
Parallel and Distributed Systems, IEEE Transactions on