Open cckuhlman opened 4 years ago
From:
[(https://www.timlrx.com/2020/05/10/benchmark-of-popular-graph-network-packages-v2/#ref-igraph)]
Here is a list of other structural analysis codes:
graph-tool, v2.31 (Peixoto 2014) igraph, v0.8.2 (Csardi and Nepusz 2006) networkit, v6.1.0 (Staudt, Sazonovs, and Meyerhenke 2016) networkx, v2.4 (Hagberg, Swart, and S Chult 2008) SNAP, v5.0.0 (Leskovec and Sosič 2016) lightgraphs, v2.0-dev (Seth Bromberger and contributors 2017)
igraph: see [https://igraph.org/python/doc/igraph.Graph-class.html]
networkit: see [https://networkit.github.io/] NetworKit has good performance---uses OpenMP for parrallelism.
@Lucaslhm
From:
[(https://www.timlrx.com/2020/05/10/benchmark-of-popular-graph-network-packages-v2/#ref-igraph)]
Here is a list of other structural analysis codes:
graph-tool, v2.31 (Peixoto 2014) igraph, v0.8.2 (Csardi and Nepusz 2006) networkit, v6.1.0 (Staudt, Sazonovs, and Meyerhenke 2016) networkx, v2.4 (Hagberg, Swart, and S Chult 2008) SNAP, v5.0.0 (Leskovec and Sosič 2016) lightgraphs, v2.0-dev (Seth Bromberger and contributors 2017)
igraph: see [https://igraph.org/python/doc/igraph.Graph-class.html]
networkit: see [https://networkit.github.io/] NetworKit has good performance---uses OpenMP for parrallelism.