awesome-python icon indicating copy to clipboard operation
awesome-python copied to clipboard

Add link to graph-tool

Open count0 opened this issue 3 years ago • 0 comments

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.

count0 avatar Jun 27 '22 19:06 count0