Home

Awesome

GraphCentrality.jl

Build Status Coverage Status

Optimized, performance-driven centrality measures on Graphs.jl graphs.

Please note that this package is not actively maintained. Active development of centrality measures has been moved to the LightGraphs.jl project.

Centrality Test(order, size)GraphCentrality.jlNetworkXImprovement
degree(1e6, 1e7)0.30s30.7s99%
betweenness(500, 50000)4.25s9.13s53%
closeness(1000, 80000)2.18s12.1s77%

TODO