Skip to search formSkip to main contentSkip to account menu

Samplesort

Known as: Sample sort 
Samplesort is a sorting algorithm that is a divide and conquer algorithm often used in parallel processing systems. Conventional divide and conquer… 
Wikipedia (opens in a new tab)

Papers overview

Semantic Scholar uses AI to extract papers important to this topic.
2018
2018
Multi-Pivot Quicksort refers to variants of classical quicksort where in the partitioning step k pivots are used to split the… 
2017
2017
MPI uses the concept of communicators to connect groups of processes. It provides nonblocking collective operations on… 
2016
2016
Sorting has been one of the most challenging studied problems in different scientific researches. Although many techniques and… 
2014
2014
  • 2014
  • Corpus ID: 1851739
The goal of this assignment is to provide a randomized sorting algorithm that runs efficiently on XMT. While you are allowed some… 
2012
2012
Efficient Algorithms for Sorting on GPUs Seema Mahesh Munavalli Major Advisor: Dr. Sanguthevar Rajasekaran Sorting is an… 
2011
2011
The Single-Chip Cloud Computer (SCC) is an experimental processor created by Intel Labs. It comprises 48 Intel-IA32 cores linked… 
2005
2005
We consider the often-studied problem of sorting, for a parallel computer. Given an input array distributed evenly over p… 
2002
2002
We have implemented sample sort and a parallel version of Quicksort on a cache-coherent shared address space multiprocessor: the… 
1996
1996
In this report, we develop a cost model for the communication time on parallel computers consisting of processors and a service… 
1995
1995
Previous schemes for sorting on general-purpose parallel machines have had to choose between poor load balancing and irregular…