Created by: count0
What is this Python project?
Graph-tool is an efficient Python module for manipulation and statistical analysis of graphs (a.k.a. networks).
What's the difference between this Python project and similar ones?
Contrary to most other Python modules with similar functionality, the core data structures and algorithms are implemented in C++, making extensive use of template metaprogramming, based heavily on the Boost Graph Library. This confers it a level of performance that is comparable (both in memory usage and computation time) to that of a pure C/C++ library.
--
Anyone who agrees with this pull request could submit an Approve review to it.