2002
DOI: 10.1006/jpdc.2001.1808
|View full text |Cite
|
Sign up to set email alerts
|

Partitioned Parallel Radix Sort

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
13
0

Year Published

2002
2002
2022
2022

Publication Types

Select...
3
3

Relationship

2
4

Authors

Journals

citations
Cited by 34 publications
(13 citation statements)
references
References 10 publications
0
13
0
Order By: Relevance
“…In the implementation of sample sort, three different sample counts of 2P(P-1), logN, and N of the total N data are employed to represent light [16], mid-range [9], and optimal rates [12], respectively. Work load is best balanced with N sampling rate among the three.…”
Section: Experiments and Discussionmentioning
confidence: 99%
See 1 more Smart Citation
“…In the implementation of sample sort, three different sample counts of 2P(P-1), logN, and N of the total N data are employed to represent light [16], mid-range [9], and optimal rates [12], respectively. Work load is best balanced with N sampling rate among the three.…”
Section: Experiments and Discussionmentioning
confidence: 99%
“…It differs from the sample sort in the way to find the splitters: it employs histogram instead of sampling [6,10]. The algorithm executes in two phases too: histogram computation and bucket sort phase (phase 1), and data distribution and post-processing phase (phase 2).…”
Section: Histogram-based Parallel External Sortmentioning
confidence: 99%
“…In general, the implementation cannot assume that a full, three-dimensional field will fit in local memory on a single node, so the sorting must be undertaken in parallel. An appropriate algorithm for this sorting is the partitioned parallel radix sort [Lee et al, 2002]. This sorting algorithm effectives creates an approximate histogram of the data (in this case the density field), assigns buckets on that histogram to individual processors in order to ensure rough load balancing, and then uses a serial sorting algorithm on each processor to fully sort the density field.…”
Section: Available Potential Energymentioning
confidence: 99%
“…To speedup the sorting multiprocessors are employed for parallel sorting. Several parallel sorting algorithms such as bitonic sort [1,6], sample sort [5], column sort [3] and parallel radix sort [7,8] have been devised. Parallel sorts usually need a fixed number of data exchange and merging operations.…”
Section: Introductionmentioning
confidence: 99%