Skip to main content

Table 1 Comparison with NetworkX and igraph

From: EpiFire: An open source C++ library and application for contact network epidemiology

 

Memory required (MB)

Time required (sec)

EpiFire API

45

0.830

NetworkX

1,400

15.4

Igraph

93

0.995

  1. Performance comparison with NetworkX and igraph, generating random networks with 100,000 nodes, Poisson(10) degree distribution. Network generation in NetworkX was performed using the fast_gnp_random_graph() function.