Abstract

Finding the shortest path from a source vertex to any other vertices on a graph (single-source shortest path, SSSP) is used in a wide range of applications. With the rapid expansion of graph data volume, graphs are too large to be stored and processed in a standalone machine. Therefore, performing SSSP distributively in the computer clusters becomes an inevitable way. We found that the performance of existing distributed SSSP algorithms is limited by the communication cost between workers, which is caused by global relaxation. To eliminate the expensive communication cost, we propose an efficient distributed SSSP algorithm LR-SSSP that replaces global relaxation with local relaxation. Furthermore, we propose two optimizations, i.e., lazy synchronization and forward relaxation, to reduce invalid synchronization and communication. Our results show that LR-SSSP can achieve up to 6–20× speedup over the state-of-the-art Δ-stepping++ algorithm.

Full Text
Paper version not known

Talk to us

Join us for a 30 min session where you can share your feedback and ask us any queries you have

Schedule a call

Disclaimer: All third-party content on this website/platform is and will remain the property of their respective owners and is provided on "as is" basis without any warranties, express or implied. Use of third-party content does not indicate any affiliation, sponsorship with or endorsement by them. Any references to third-party content is to identify the corresponding services and shall be considered fair use under The CopyrightLaw.