English

Parallel $k$-Core Decomposition: Theory and Practice

Data Structures and Algorithms 2025-03-25 v2 Distributed, Parallel, and Cluster Computing

Abstract

This paper proposes efficient solutions for kk-core decomposition with high parallelism. The problem of kk-core decomposition is fundamental in graph analysis and has applications across various domains. However, existing algorithms face significant challenges in achieving work-efficiency in theory and/or high parallelism in practice, and suffer from various performance bottlenecks. We present a simple, work-efficient parallel framework for kk-core decomposition that is easy to implement and adaptable to various strategies for improving work-efficiency. We introduce two techniques to enhance parallelism: a sampling scheme to reduce contention on high-degree vertices, and vertical granularity control (VGC) to mitigate scheduling overhead for low-degree vertices. Furthermore, we design a hierarchical bucket structure to optimize performance for graphs with high coreness values. We evaluate our algorithm on a diverse set of real-world and synthetic graphs. Compared to state-of-the-art parallel algorithms, including ParK, PKC, and Julienne, our approach demonstrates superior performance on 23 out of 25 graphs when tested on a 96-core machine. Our algorithm shows speedups of up to 315×\times over ParK, 33.4×\times over PKC, and 52.5×\times over Julienne.

Keywords

Cite

@article{arxiv.2502.08042,
  title  = {Parallel $k$-Core Decomposition: Theory and Practice},
  author = {Youzhe Liu and Xiaojun Dong and Yan Gu and Yihan Sun},
  journal= {arXiv preprint arXiv:2502.08042},
  year   = {2025}
}

Comments

18 pages, 15 figures