| |
| | Sorting and Merging (Site not responding. Last check: 2007-10-08) |
 | | Our implementation of radix sort, although not as fast on large data sets, is deterministic, much simpler to code, stable, faster with small keys, and faster on small data sets (few elements per processor). |
 | | Our implementation of bitonic sort, which is pipelined to use all the hypercube wires simultaneously, is the least efficient of the three on large data sets, but is the most efficient on small data sets, and is considerably more space efficient. |
 | | Radix Sort for Vector Multiprocessors: We have implemented an efficient fully vectorized and parallelized radix sort algorithm for the Cray Y-MP. |
| www.cs.cmu.edu /~scandal/alg/sort.html (652 words) |
|