The Seventeenth Annual ACM-SIAM Symposium on Discrete Algorith (SODA '06), Miami, Florida, 22-26 January 2006Breadth First Search (BFS) traversal is an archetype for many important graph problems. However, computing a BFS level decomposition for massive graphs was considered nonviable so far, because of the large number of I/Os it incurs. This paper presents the first experimental evaluation of recent external-memory BFS algorithms for general graphs. With our STXXL based implementations exploiting pipelining and disk-parallelism, we were able to compute the BFS level decomposition of a web-crawl based graph of around 130 million nodes and 1.4 billion edges in less than 4 hours using single disk and 2.3 hours using 4 disks. We demonstrate t...
In this chapter, we study the problem of traversing large graphs. A traversal, a systematic method o...
Many important graph algorithms are based on the breadth first search (BFS) approach, which builds i...
We present a collection of new techniques for designing and analyzing efficient external-memory algo...
The Seventeenth Annual ACM-SIAM Symposium on Discrete Algorith (SODA \u2706), Miami, Florida, 22-26 ...
Breadth First Search (BFS) traversal is an archetype for many important graph problems. However, com...
ALEXNEX07/ ANACO04: Workshop on Algorithm Engineering & Experiments, 6 January 2007, Astor Crowne P...
Breadth first search (BFS) traversal on massive graphs in external memory was considered non-viable ...
Modern day’s databases contain over hundred gigabytes to petabytes of information. For efficient and...
9th Implementation Challenge of DIMACS, the Center for Discrete Mathematics and Theoretical Computer...
We give the first external memory algorithm for breadth-first search (BFS) which achieves $o(n)$ I/O...
Breadth-first search (BFS) is a basic graph exploration technique. We give the first external memor...
Breadth-first search (BFS) is a basic graph exploration technique. We give the first external-memory...
We give the first external memory algorithm for breadth-first search (BFS) which achieves o(n) I/Os ...
Abstract—Processing large graphs is becoming increasingly important for many domains such as social ...
We describe a new external memory data structure, the buffered repository tree, and use it to provid...
In this chapter, we study the problem of traversing large graphs. A traversal, a systematic method o...
Many important graph algorithms are based on the breadth first search (BFS) approach, which builds i...
We present a collection of new techniques for designing and analyzing efficient external-memory algo...
The Seventeenth Annual ACM-SIAM Symposium on Discrete Algorith (SODA \u2706), Miami, Florida, 22-26 ...
Breadth First Search (BFS) traversal is an archetype for many important graph problems. However, com...
ALEXNEX07/ ANACO04: Workshop on Algorithm Engineering & Experiments, 6 January 2007, Astor Crowne P...
Breadth first search (BFS) traversal on massive graphs in external memory was considered non-viable ...
Modern day’s databases contain over hundred gigabytes to petabytes of information. For efficient and...
9th Implementation Challenge of DIMACS, the Center for Discrete Mathematics and Theoretical Computer...
We give the first external memory algorithm for breadth-first search (BFS) which achieves $o(n)$ I/O...
Breadth-first search (BFS) is a basic graph exploration technique. We give the first external memor...
Breadth-first search (BFS) is a basic graph exploration technique. We give the first external-memory...
We give the first external memory algorithm for breadth-first search (BFS) which achieves o(n) I/Os ...
Abstract—Processing large graphs is becoming increasingly important for many domains such as social ...
We describe a new external memory data structure, the buffered repository tree, and use it to provid...
In this chapter, we study the problem of traversing large graphs. A traversal, a systematic method o...
Many important graph algorithms are based on the breadth first search (BFS) approach, which builds i...
We present a collection of new techniques for designing and analyzing efficient external-memory algo...