๐”– Bobbio Scriptorium
โœฆ   LIBER   โœฆ

[IEEE 2010 SC - International Conference for High Performance Computing, Networking, Storage and Analysis - New Orleans, LA, USA (2010.11.13-2010.11.19)] 2010 ACM/IEEE International Conference for High Performance Computing, Networking, Storage and Analysis - Multithreaded Asynchronous Graph Traversal for In-Memory and Semi-External Memory

โœ Scribed by Pearce, Roger; Gokhale, Maya; Amato, Nancy M.


Book ID
121879346
Publisher
IEEE
Year
2010
Weight
201 KB
Category
Article
ISBN
1424475570

No coin nor oath required. For personal study only.

โœฆ Synopsis


Processing large graphs is becoming increasingly important for many domains such as social networks, bioinformatics, etc. Unfortunately, many algorithms and implementations do not scale with increasing graph sizes. As a result, researchers have attempted to meet the growing data demands using parallel and external memory techniques.We present a novel asynchronous approach to compute Breadth-First-Search (BFS), Single-Source-Shortest-Paths, and Connected Components for large graphs in shared memory. Our highly parallel asynchronous approach hides data latency due to both poor locality and delays in the underlying graph data storage. We present an experimental study applying our technique to both In-Memory and Semi-External Memory graphs utilizing multi-core processors and solid-state memory devices. Our experiments using synthetic and real-world datasets show that our asynchronous approach is able to overcome data latencies and provide significant speedup over alternative approaches. For example, on billion vertex graphs our asynchronous BFS scales up to 14x on 16-cores.


๐Ÿ“œ SIMILAR VOLUMES