English

Speeding Up BigClam Implementation on SNAP

Social and Information Networks 2019-09-06 v2 Distributed, Parallel, and Cluster Computing Performance

Abstract

We perform a detailed analysis of the C++ implementation of the Cluster Affiliation Model for Big Networks (BigClam) on the Stanford Network Analysis Project (SNAP). BigClam is a popular graph mining algorithm that is capable of finding overlapping communities in networks containing millions of nodes. Our analysis shows a key stage of the algorithm - determining if a node belongs to a community - dominates the runtime of the implementation, yet the computation is not parallelized. We show that by parallelizing computations across multiple threads using OpenMP we can speed up the algorithm by 5.3 times when solving large networks for communities, while preserving the integrity of the program and the result.

Keywords

Cite

@article{arxiv.1712.01209,
  title  = {Speeding Up BigClam Implementation on SNAP},
  author = {C. H. Bryan Liu and Benjamin Paul Chamberlain},
  journal= {arXiv preprint arXiv:1712.01209},
  year   = {2019}
}

Comments

To appear in 2018 Imperial College Computing Student Workshop (ICCSW'18); 12 pages, 4 figures, and 3 tables

R2 v1 2026-06-22T23:06:11.725Z