Toward Efficient Asynchronous Single-Source Shortest Path

Published: 2025, Last Modified: 05 May 2026IPDPS (Workshops) 2025EveryoneRevisionsBibTeXCC BY-SA 4.0
Abstract: Single-Source Shortest Path (SSSP) is a fundamental graph problem that arises in various applications and complex problems. State-of-the-art solutions to the parallel SSSP problem create parallelism through priority coarsening, which results in redundant work and reduces the efficiency of the solution. This paper introduces Wasp, a novel solution for SSSP that addresses the parallelism-redundant work problem using an asynchronous work-stealing scheduler. The experimental evaluation of Wasp on SSSP shows that it provides competitive or better performance than GAP, GBBS, and the MultiQueue on 13 diverse graphs, including road networks, scale-free and random graphs, with speedups up to 2.94× higher than the state of the art.
Loading