vGraph: Memory-Efficient Multicore Graph Processing for Traversal-Centric Algorithms

SC22: International Conference for High Performance Computing, Networking, Storage and Analysis(2022)

引用 0|浏览10
暂无评分
摘要
To lower the monetary/energy cost, single-machine multicore graph processing is gaining increasing attention for a wide range of traversal-centric graph algorithms such as BFS, SSSP, CC, and PageRank, of which the processing is relatively simple and the topology data (vertices and edges) dominates the memory footprint. This paper presents $v$ Graph, a NUMA-aware, memory-efficient multicore graph processing system for traversal-centric algorithms. $v$ Graph proposes an ultralight NUMA-aware graph preprocessing scheme which eliminates almost all complex preprocessing steps and pipelines per-NUMA graph loading and compressing, to effectively reduce inter-NUMA memory accesses while keeping both preprocessing cost and peak memory footprint low. We further optimize $v$ Graph with effective HPC techniques including prefetching and work-stealing. Evaluation on a 384GB-memory, four-NUMA machine shows that compared to the state-of-the-art NUMA-aware/-unaware systems, $v$ Graph can process much larger real-world and synthetic graphs with various traversal-centric algorithms, achieving significantly higher memory efficiency and lower processing time.
更多
查看译文
关键词
graph processing,traversal-centric algorithms,memory-efficient,multicore,NUMA
AI 理解论文
溯源树
样例
生成溯源树,研究论文发展脉络
Chat Paper
正在生成论文摘要