1992
DOI: 10.1016/0743-7315(92)90075-x
|View full text |Cite
|
Sign up to set email alerts
|

Parallel sorting by regular sampling

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
156
0
1

Year Published

1997
1997
2018
2018

Publication Types

Select...
5
3
2

Relationship

0
10

Authors

Journals

citations
Cited by 163 publications
(157 citation statements)
references
References 11 publications
0
156
0
1
Order By: Relevance
“…Sorting by deterministic oversampling and splitting into smaller subsets of about equal size is known to be achievable using the following idea [13,30,37]: Lemma 6.1 For numbers N, S, G and t one can find a set of S splitters in any ordered set X of N elements such that in the ordering on X the number of elements between two successive splitters is N/S ± 2tG by using the following procedure: Partition X into G sets of N/G elements each, sort each such set, pick out every t th element from each such sorted list, sort the resulting N/t elements, and finally pick every N/(tS) th element of that.…”
Section: Sortingmentioning
confidence: 99%
“…Sorting by deterministic oversampling and splitting into smaller subsets of about equal size is known to be achievable using the following idea [13,30,37]: Lemma 6.1 For numbers N, S, G and t one can find a set of S splitters in any ordered set X of N elements such that in the ordering on X the number of elements between two successive splitters is N/S ± 2tG by using the following procedure: Partition X into G sets of N/G elements each, sort each such set, pick out every t th element from each such sorted list, sort the resulting N/t elements, and finally pick every N/(tS) th element of that.…”
Section: Sortingmentioning
confidence: 99%
“…This algorithm is based on the standard sample sort algorithm that uses 'over-sampling' and then picks pivots evenly from the chosen samples arranged in sorted order [7,8,10,11,16,22,23]. Proof.…”
Section: Sample Sort Algorithmmentioning
confidence: 99%
“…In our experiments we have simulated parallel sample sort [12] as an external memory algorithm. For comparison, we include timings from TPIE's [5] test sort and STXXL's [6] test sort1.…”
Section: Methodsmentioning
confidence: 99%