A versatile variant of Heapsort, adapted for external disk sorting, is presented. On a single processor RAM with internal memory capacity Θ(m + kbw) words, it sorts a file of n records of length w words, stored in m physical blocks, each consisting of b records, on a disk, using O(m log m/ log k) input/output operations, and O(n log n) internal key comparisons, for any k ≥ 2. For internal memory of capacity s words, with s = Θ(m) = Θ(kbw), the previous estimate is asymptotically optimal. However, unlike the other known disk sorting algorithms of comparable time efficiency, the new algorithm sorts the file in-situ -- i.e., without using any other additional external working files. Moreover, a simple gener...
External memory sort has been widely accepted as an overall benchmark to evaluate the processing per...
We develop an algorithm for parallel disk sorting, whose I/O cost approaches the lower bound and tha...
We develop an algorithm for parallel disk sorting, whose I/O cost approaches the lower bound and tha...
[[abstract]]This paper presents an optimal external sorting algorithm for two-level memory model. ...
This paper presents an external sorting algorithm using linear-time in-place merging and without any...
In this paper we present a simple parallel sorting algorithm and illustrate its application in gener...
The effective performance of the external sorting is analyzed in terms of both time and I/O complexi...
In this paper we present a simple parallel sorting algorithm and illustrate two applications. The al...
Classical algorithms for sorting in internal memory were designed with an assumption, that the memor...
Abstract:- Like other external sorting algorithms, the presented algorithm is a two step algorithm i...
We present the design and implementation of a parallel out-of-core sorting algorithm, which is based...
This paper presents an analysis of I/O (read and write) complexities of the external sorting algorit...
The effective performance of the external sorting is analyzed in terms of both time and I/O complexi...
Most of the large number of internal sorting algorithms are based on the use of arrays or linked lis...
Internal sorting methods are possible when all of the items to be accessed fit in a computer\u27s hi...
External memory sort has been widely accepted as an overall benchmark to evaluate the processing per...
We develop an algorithm for parallel disk sorting, whose I/O cost approaches the lower bound and tha...
We develop an algorithm for parallel disk sorting, whose I/O cost approaches the lower bound and tha...
[[abstract]]This paper presents an optimal external sorting algorithm for two-level memory model. ...
This paper presents an external sorting algorithm using linear-time in-place merging and without any...
In this paper we present a simple parallel sorting algorithm and illustrate its application in gener...
The effective performance of the external sorting is analyzed in terms of both time and I/O complexi...
In this paper we present a simple parallel sorting algorithm and illustrate two applications. The al...
Classical algorithms for sorting in internal memory were designed with an assumption, that the memor...
Abstract:- Like other external sorting algorithms, the presented algorithm is a two step algorithm i...
We present the design and implementation of a parallel out-of-core sorting algorithm, which is based...
This paper presents an analysis of I/O (read and write) complexities of the external sorting algorit...
The effective performance of the external sorting is analyzed in terms of both time and I/O complexi...
Most of the large number of internal sorting algorithms are based on the use of arrays or linked lis...
Internal sorting methods are possible when all of the items to be accessed fit in a computer\u27s hi...
External memory sort has been widely accepted as an overall benchmark to evaluate the processing per...
We develop an algorithm for parallel disk sorting, whose I/O cost approaches the lower bound and tha...
We develop an algorithm for parallel disk sorting, whose I/O cost approaches the lower bound and tha...