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 …

[图书][B] Algorithms and theory of computation handbook, volume 2: special topics and techniques

MJ Atallah, M Blanton - 2009 - books.google.com
This handbook provides an up-to-date compendium of fundamental computer science
topics, techniques, and applications. Along with updating and revising many of the existing …

An effective GPU implementation of breadth-first search

L Luo, M Wong, W Hwu - Proceedings of the 47th design automation …, 2010 - dl.acm.org
Breadth-first search (BFS) has wide applications in electronic design automation (EDA) as
well as in other fields. Researchers have tried to accelerate BFS on the GPU, but the two …

Designing multithreaded algorithms for breadth-first search and st-connectivity on the Cray MTA-2

DA Bader, K Madduri - 2006 International Conference on …, 2006 - ieeexplore.ieee.org
Graph abstractions are extensively used to understand and solve challenging computational
problems in various scientific and engineering domains. They have particularly gained …

Algorithms and data structures for external memory

JS Vitter - … and Trends® in Theoretical Computer Science, 2008 - nowpublishers.com
Data sets in large applications are often too massive to fit completely inside the computer's
internal memory. The resulting input/output communication (or I/O) between fast internal …

External-memory breadth-first search with sublinear I/O

K Mehlhorn, U Meyer - Algorithms—ESA 2002: 10th Annual European …, 2002 - Springer
Breadth-first search (BFS) is a basic graph exploration technique. We give the first external
memory algorithm for sparse undirected graphs with sublinear I/O. The best previous …

External memory data structures

L Arge - European Symposium on Algorithms, 2001 - Springer
Many modern applications store and process datasets much larger than the main memory of
even state-of-the-art high-end machines. Thus massive and dynamically changing datasets …

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 …