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.
2019
2019
Sorting is one of the most critical non-numerical algorithms and covers use cases in a wide spectrum of scientific applications… 
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… 
2012
2012
Efficient Algorithms for Sorting on GPUs Seema Mahesh Munavalli Major Advisor: Dr. Sanguthevar Rajasekaran Sorting is an… 
2012
2012
Sorting is a classic algorithmic problem and its importance has led to the design and implementation of various sorting… 
2011
2011
The Single-Chip Cloud Computer (SCC) is an experimental processor created by Intel Labs. It comprises 48 Intel-IA32 cores linked… 
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… 
1991
1991
The problem of sorting a collection of values on a mesh-connected distributed-memory SIMD computer using variants of Batcher's…