English

Work-Efficient Parallel and Incremental Graph Connectivity

Data Structures and Algorithms 2016-02-18 v1 Distributed, Parallel, and Cluster Computing

Abstract

On an evolving graph that is continuously updated by a high-velocity stream of edges, how can one efficiently maintain if two vertices are connected? This is the connectivity problem, a fundamental and widely studied problem on graphs. We present the first shared-memory parallel algorithm for incremental graph connectivity that is both provably work-efficient and has polylogarithmic parallel depth. We also present a simpler algorithm with slightly worse theoretical properties, but which is easier to implement and has good practical performance. Our experiments show a throughput of hundreds of millions of edges per second on a 2020-core machine.

Keywords

Cite

@article{arxiv.1602.05232,
  title  = {Work-Efficient Parallel and Incremental Graph Connectivity},
  author = {Natcha Simsiri and Kanat Tangwongsan and Srikanta Tirthapura and Kun-Lung Wu},
  journal= {arXiv preprint arXiv:1602.05232},
  year   = {2016}
}

Comments

18 pages

R2 v1 2026-06-22T12:51:47.944Z