[PR #2080] Add link to graph-tool #1658

Open
opened 2025-11-06 13:20:41 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/2080
Author: @count0
Created: 6/27/2022
Status: 🔄 Open

Base: masterHead: patch-1


📝 Commits (1)

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

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.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/2080 **Author:** [@count0](https://github.com/count0) **Created:** 6/27/2022 **Status:** 🔄 Open **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`e6956ea`](https://github.com/vinta/awesome-python/commit/e6956eaac27cf0ed6a20434f678f9b3381e0156f) Add link to graph-tool ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description ## What is this Python project? Graph-tool is an efficient [Python](https://www.python.org/) module for manipulation and statistical analysis of [graphs](https://en.wikipedia.org/wiki/Graph_%28mathematics%29) (a.k.a. [networks](https://en.wikipedia.org/wiki/Network_theory)). ## 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++](https://en.wikipedia.org/wiki/C%2B%2B), making extensive use of [template metaprogramming](https://en.wikipedia.org/wiki/Template_metaprogramming), based heavily on the [Boost Graph Library](https://www.boost.org/doc/libs/release/libs/graph). This confers it a level of [performance](https://graph-tool.skewed.de/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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 13:20:41 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#1658