151. Practical parallel hypergraph algorithms
- Author
-
Julian Shun
- Subjects
Connected component ,020203 distributed computing ,Hypergraph ,Computer science ,Parallel algorithm ,020207 software engineering ,02 engineering and technology ,law.invention ,PageRank ,Betweenness centrality ,law ,Compression (functional analysis) ,0202 electrical engineering, electronic engineering, information engineering ,Graph (abstract data type) ,Maximal independent set ,Algorithm ,MathematicsofComputing_DISCRETEMATHEMATICS - Abstract
While there has been significant work on parallel graph processing, there has been very surprisingly little work on high-performance hypergraph processing. This paper presents a collection of efficient parallel algorithms for hypergraph processing, including algorithms for betweenness centrality, maximal independent set, k-core decomposition, hypertrees, hyperpaths, connected components, PageRank, and single-source shortest paths. For these problems, we either provide new parallel algorithms or more efficient implementations than prior work. Furthermore, our algorithms are theoretically-efficient in terms of work and depth. To implement our algorithms, we extend the Ligra graph processing framework to support hypergraphs, and our implementations benefit from graph optimizations including switching between sparse and dense traversals based on the frontier size, edge-aware parallelization, using buckets to prioritize processing of vertices, and compression. Our experiments on a 72-core machine and show that our algorithms obtain excellent parallel speedups, and are significantly faster than algorithms in existing hypergraph processing frameworks.
- Published
- 2020
- Full Text
- View/download PDF