Skip to search formSkip to main contentSkip to account menu

Radix sort

Known as: Radix (disambiguation), RadixSort, Radix sorting 
In computer science, radix sort is a non-comparative integer sorting algorithm that sorts data with integer keys by grouping keys by the individual… 
Wikipedia (opens in a new tab)

Papers overview

Semantic Scholar uses AI to extract papers important to this topic.
2015
2015
This paper discusses the implementation of radix sort on Emu Solutions’ Emu 1 system. Sorting is an important building block for… 
Review
2012
Review
2012
We have proposed a Modified Pure Radix Sort for Large Heterogeneous Data Set. In this research paper we discuss the problems of… 
2011
2011
The prefix sum is the sum of all values in preceding locations in the sequence: in this case those to the left of the current… 
1999
1999
The exploitation of data locality in parallel computers is paramount to reduce the memory traffic and communication among… 
1998
1998
We consider radix sorting problems on two-dimensional mesh and three-dimensional mesh. By employing the radix sorting, we removed… 
1997
1997
In this paper, we present a parallel SIMD algorithm for radix sorting of N numbers of w bits each, taking O(w + N1/4) time with… 
1996
1996
Many sorting algorithms that perform well on uniformly distributed data suffer significant performance degradation on non-random… 
1991
1991
The problem of sorting a collection of values on a mesh-connected distributed-memory SIMD computer using variants of Batcher's… 
1966
1966
A method is proposed for internal sorting which has the property that the expected time required per record, to sort n records…