SC18: International Conference for High Performance Computing, Networking, Storage and Analysis 2018
DOI: 10.1109/sc.2018.00061
|View full text |Cite
|
Sign up to set email alerts
|

iSpan: Parallel Identification of Strongly Connected Components with Spanning Trees

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
3
2

Citation Types

0
25
0

Year Published

2019
2019
2022
2022

Publication Types

Select...
3
2
1

Relationship

0
6

Authors

Journals

citations
Cited by 22 publications
(25 citation statements)
references
References 57 publications
0
25
0
Order By: Relevance
“…4), it can be at most 4× slower than the CC algorithm reported by Dhulipala et al [45]. Overall, it is expected that customized shared-memory codes [33,44,45] would perform better than our algorithms based on general-purpose linear algebra libraries. LACC and FastSV achieve the state-of-the-art performance in distributed memory.…”
Section: Opportunities and Limitations Of Linear-algebraic CC Algorithmsmentioning
confidence: 59%
See 1 more Smart Citation
“…4), it can be at most 4× slower than the CC algorithm reported by Dhulipala et al [45]. Overall, it is expected that customized shared-memory codes [33,44,45] would perform better than our algorithms based on general-purpose linear algebra libraries. LACC and FastSV achieve the state-of-the-art performance in distributed memory.…”
Section: Opportunities and Limitations Of Linear-algebraic CC Algorithmsmentioning
confidence: 59%
“…The implementation of Afforest in the GAP benchmark [43] runs up to 5× faster than the shared-memory FastSV code implemented on top of SuiteSparse:GraphBLAS. Similarly, the iSpan algorithm [44] uses various asynchronous schemes and direction-optimized BFS to find connected components quickly and can run faster than our algorithms on multicore processors. Recently, Dhulipala et al [45] class of shared-memory parallel graph algorithms that achieve state-of-the-art performance on multicore servers with large memory.…”
Section: Opportunities and Limitations Of Linear-algebraic CC Algorithmsmentioning
confidence: 99%
“…To the best of our knowledge, there exists little work on parallel trimming over large data graphs, except for [30,29,54,32,11]. In these studies, the graph trimming is adopted to quickly remove the vertices without out-going edges so that can speed up the strongly connected component (SCC) decomposition.…”
Section: Introductionmentioning
confidence: 99%
“…However, it has a quadratic worst-case time complexity of O(nm/P + α), where n is the number of vertices, m is the number of edges, P is the number of worker processes, and α is the depth of the algorithm (explained in the next section). This parallel trimming technique is widely used in later SCC decomposition methods [54,32,11].…”
Section: Introductionmentioning
confidence: 99%
See 1 more Smart Citation