Closed bmckown closed 9 years ago
Filing a new issue to improve the performance of closeness centrality
Updated. Let me know what you think. Thanks for filing the issue--that calculation is really rather slow.
BTW, we use yourkit.com to do profiling if interested.
After 500 iterations for in-degree, and out-degree, and 10 iterations for closeness:
The degree centrality calculations are very fast, however, the closeness centrality calculation is rather slow. We should try to find some potential optimizations in the future.
Once betweenness centrality has been merged, I will add a benchmark for that as well.