External memory algorithms and data structures: Dealing with massive data

JS Vitter - ACM Computing surveys (CsUR), 2001 - dl.acm.org
Data sets in large applications are often too massive to fit completely inside the computers
internal memory. The resulting input/output communication (or I/O) between fast internal …

The influence of caches on the performance of sorting

A LaMarca, RE Ladner - Journal of Algorithms, 1999 - Elsevier
We investigate the effect that caches have on the performance of sorting algorithms both
experimentally and analytically. To address the performance problems that high cache miss …

Fast concurrent access to parallel disks

Sanders, Egner, Korst - Algorithmica, 2003 - Springer
High performance applications involving large data sets require the efficient and flexible use
of multiple disks. In an external memory machine with D parallel, independent disks, only …

External memory algorithms

JS Vitter - Proceedings of the seventeenth ACM SIGACT …, 1998 - dl.acm.org
Data sets in large applications are often too massive to fit completely inside the computer's
internal memory. The re sulting input/output communication (or I/O) between fast internal …

[图书][B] The computer engineering handbook

VG Oklobdzija - 2001 - taylorfrancis.com
There is arguably no field in greater need of a comprehensive handbook than computer
engineering. The unparalleled rate of technological advancement, the explosion of …

[图书][B] Algorithms for memory hierarchies: advanced lectures

U Meyer, P Sanders - 2003 - books.google.com
Algorithms that have to process large data sets have to take into account that the cost of
memory access depends on where the data is stored. Traditional algorithm design is based …

Portable and efficient parallel computing using the BSP model

MW Goudreau, K Lang, SB Rao, T Suel… - IEEE Transactions on …, 1999 - ieeexplore.ieee.org
The Bulk-Synchronous Parallel (BSP) model was proposed by Valiant as a standard
interface between parallel software and hardware. In theory, the BSP model has been …

Low-Depth Spatial Tree Algorithms

Y Baumann, T Ben-Nun, M Besta, L Gianinazzi… - arXiv preprint arXiv …, 2024 - arxiv.org
Contemporary accelerator designs exhibit a high degree of spatial localization, wherein two-
dimensional physical distance determines communication costs between processing …

A computational study of external-memory BFS algorithms

D Ajwani, R Dementiev… - SODA'06 Proceedings …, 2006 - researchrepository.ucd.ie
Abstract Breadth First Search (BFS) traversal is an archetype for many important graph
problems. However, computing a BFS level decomposition for massive graphs was …

Parallelizing the data cube

F Dehne, T Eavis, S Hambrusch… - Distributed and Parallel …, 2002 - Springer
This paper presents a general methodology for the efficient parallelization of existing data
cube construction algorithms. We describe two different partitioning strategies, one for top …