English

Experimental Evaluation of Distributed k-Core Decomposition

Distributed, Parallel, and Cluster Computing 2025-09-03 v2

Abstract

Given an undirected graph, the kk-core is a subgraph in which each node has at least kk connections. This is widely used in graph analytics to identify core subgraphs within a larger graph. The sequential kk-core decomposition algorithm faces limitations due to memory constraints, and many data graphs are inherently distributed. A distributed approach is proposed to overcome limitations by allowing each vertex to compute its core number independently using only local information. This work explores the experimental evaluation of a distributed kk-core decomposition algorithm. By assuming that each vertex is a client as a single computing unit, we simulate the process using Golang, leveraging its Goroutines and message passing. Since real-world data graphs can be large with millions of vertices, it is expensive to build a distributed environment with millions of clients if experiments were run in a real distributed environment. Therefore, our experimental simulation can effectively evaluate the running time and message passing for the distributed kk-core decomposition.

Keywords

Cite

@article{arxiv.2406.17580,
  title  = {Experimental Evaluation of Distributed k-Core Decomposition},
  author = {Bin Guo and Runze Zhao},
  journal= {arXiv preprint arXiv:2406.17580},
  year   = {2025}
}
R2 v1 2026-06-28T17:18:42.582Z