2012 IEEE 26th International Parallel and Distributed Processing Symposium 2012
DOI: 10.1109/ipdps.2012.79
|View full text |Cite
|
Sign up to set email alerts
|

Multi-core Spanning Forest Algorithms using the Disjoint-set Data Structure

Abstract: We present new multi-core algorithms for computing spanning forests and connected components of large sparse graphs. The algorithms are based on the use of the disjoint-set data structure. When compared with the previous best algorithms for these problems our algorithms are appealing for several reasons: Extensive experiments using up to 40 threads on several different types of graphs show that they scale better. Also, the new algorithms do not make use of any hardware specific routines, and thus are highly po… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
3
1
1

Citation Types

0
42
0

Year Published

2012
2012
2022
2022

Publication Types

Select...
3
2
1

Relationship

1
5

Authors

Journals

citations
Cited by 57 publications
(42 citation statements)
references
References 10 publications
0
42
0
Order By: Relevance
“…Since the entire computation is performed in parallel, substantial scalability and speedup have been obtained. Similar ideas used in the setting of graph coloring and computing connected components have been presented in [23], [29], [30].…”
Section: Algorithmmentioning
confidence: 93%
See 4 more Smart Citations
“…Since the entire computation is performed in parallel, substantial scalability and speedup have been obtained. Similar ideas used in the setting of graph coloring and computing connected components have been presented in [23], [29], [30].…”
Section: Algorithmmentioning
confidence: 93%
“…, X p } (one for each of the p threads running in parallel) and each thread t owns partition X t . We divide the algorithm into two segments, local computation (Line 2-18) and merging (Line [19][20][21][22][23][24][25]. Both steps run in parallel.…”
Section: A Parallel Dbscan On Shared Memory Computersmentioning
confidence: 99%
See 3 more Smart Citations