arXiv · 2406.17580
Experimental Evaluation of Distributed k-Core Decomposition
Abstract
Given an undirected graph, the $k$-core is a subgraph in which each node has at least $k$ connections. This is widely used in graph analytics to identify core subgraphs within a larger graph. The sequential $k$-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 $k$-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 $k$-core decomposition.
Explore related subjects
Keep this discovery
Bin Guo, Runze Zhao. 2024-06-25. Experimental Evaluation of Distributed k-Core Decomposition. https://arxiv.org/abs/2406.17580
Cite the original work for its findings. Save a collection to share your selection of sources.