Sorting very large datasets is a key subroutine in almost any application that is built on top of a large database. Two ways to sort out-of-core data dominate the literature: merging-based algorithms and partitioning-based algorithms. Within these two paradigms, all the programs that sort out-of-core data on a cluster rely on assumptions about the input distribution. We propose a third way of out-of-core sorting: oblivious algorithms. In all, we have developed six programs that sort out-of-core data on a cluster. The first three programs, based completely on Leighton\u27s columnsort algorithm, have a restriction on the maximum problem size that they can sort. The other three programs relax this restriction; two are based on our original alg...
Sorting is one of a classic problem in computer engineer. One well-known sorting algorithm is a Coun...
We introduce a new sorting algorithm that is the combination of ML-enhanced sorting with the In-plac...
In this paper we present a simple parallel sorting algorithm and illustrate its application in gener...
We present the design and implementation of a parallel out-of-core sorting algorithm, which is based...
We compare two algorithms for sorting out-of-core data on a distributed-memory cluster. One algorith...
This paper discusses our implementation of Rajasekaran\u27s (l,m)-mergesort algorithm (LMM) for sort...
The paper deals with the problem of parallel external integer sorting in the context of a class of h...
Rezaul Alam Chowdhury of Boston University presented a lecture on March 28, 2011 from 10:00 am to 11...
Sorting is an algorithm of the most relevant operations performed on computers. In particular, it is...
http://www.inderscience.com/browse/index.php?journalID=61&year=2005&vol=3&issue=2/3The paper address...
Many sorting algorithms that perform well on uniformly distributed data suffer significant performan...
The aim of the paper is to introduce techniques in order to tune sequential in-core sorting algorith...
Modern architectures make possible development in new algorithms for large data sets and distributed...
We address the problem of sorting a large number N of keys on a MasPar MP-1 parallel SIMD machine of...
We address the problem of sorting a large number N of keys on a MasPar MP-1 parallel SIMD machine of...
Sorting is one of a classic problem in computer engineer. One well-known sorting algorithm is a Coun...
We introduce a new sorting algorithm that is the combination of ML-enhanced sorting with the In-plac...
In this paper we present a simple parallel sorting algorithm and illustrate its application in gener...
We present the design and implementation of a parallel out-of-core sorting algorithm, which is based...
We compare two algorithms for sorting out-of-core data on a distributed-memory cluster. One algorith...
This paper discusses our implementation of Rajasekaran\u27s (l,m)-mergesort algorithm (LMM) for sort...
The paper deals with the problem of parallel external integer sorting in the context of a class of h...
Rezaul Alam Chowdhury of Boston University presented a lecture on March 28, 2011 from 10:00 am to 11...
Sorting is an algorithm of the most relevant operations performed on computers. In particular, it is...
http://www.inderscience.com/browse/index.php?journalID=61&year=2005&vol=3&issue=2/3The paper address...
Many sorting algorithms that perform well on uniformly distributed data suffer significant performan...
The aim of the paper is to introduce techniques in order to tune sequential in-core sorting algorith...
Modern architectures make possible development in new algorithms for large data sets and distributed...
We address the problem of sorting a large number N of keys on a MasPar MP-1 parallel SIMD machine of...
We address the problem of sorting a large number N of keys on a MasPar MP-1 parallel SIMD machine of...
Sorting is one of a classic problem in computer engineer. One well-known sorting algorithm is a Coun...
We introduce a new sorting algorithm that is the combination of ML-enhanced sorting with the In-plac...
In this paper we present a simple parallel sorting algorithm and illustrate its application in gener...