Experimental Evaluation of Distributed k-Core Decomposition
Abstract
Given an undirected graph, the -core is a subgraph in which each node has at least connections. This is widely used in graph analytics to identify core subgraphs within a larger graph. The sequential -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 -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 -core decomposition.
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}
}