Global Information Lookup Global Information

Samplesort information


Samplesort is a sorting algorithm that is a divide and conquer algorithm often used in parallel processing systems.[1] Conventional divide and conquer sorting algorithms partitions the array into sub-intervals or buckets. The buckets are then sorted individually and then concatenated together. However, if the array is non-uniformly distributed, the performance of these sorting algorithms can be significantly throttled. Samplesort addresses this issue by selecting a sample of size s from the n-element sequence, and determining the range of the buckets by sorting the sample and choosing p−1 < s elements from the result. These elements (called splitters) then divide the array into p approximately equal-sized buckets.[2] Samplesort is described in the 1970 paper, "Samplesort: A Sampling Approach to Minimal Storage Tree Sorting", by W. D. Frazer and A. C. McKellar.[3]

  1. ^ "Samplesort using the Standard Template Adaptive Parallel Library" (PDF) (Technical report). Texas A&M University.
  2. ^ Grama, Ananth; Karypis, George; Kumar, Vipin (2003). "9.5 Bucket and Sample Sort". Introduction to Parallel Computing (2nd ed.). ISBN 0-201-64865-2. Archived from the original on 2016-12-13. Retrieved 2014-10-28.
  3. ^ Cite error: The named reference Frazer70 was invoked but never defined (see the help page).

and 5 Related for: Samplesort information

Request time (Page generated in 0.5248 seconds.)

Samplesort

Last Update:

Samplesort is a sorting algorithm that is a divide and conquer algorithm often used in parallel processing systems. Conventional divide and conquer sorting...

Word Count : 3296

Proportion extend sort

Last Update:

extended), the imbalance is limited. In this, it has some similarities to samplesort. Proportion extend sort was published by Jing-Chao Chen in 2001 as an...

Word Count : 1124

Sorting algorithm

Last Update:

to sort would require a bigger k in order to store them in the memory. Samplesort can be used to parallelize any of the non-comparison sorts, by efficiently...

Word Count : 6394

List of algorithms

Last Update:

sorter Pancake sorting Spaghetti sort Topological sort Unknown class Samplesort Longest common subsequence problem: Find the longest subsequence common...

Word Count : 7843

Quicksort

Last Update:

related to the analysis of various pivot selection schemes including Samplesort, adaptive partitioning by Van Emden as well as derivation of expected...

Word Count : 9985

PDF Search Engine © AllGlobal.net