https://github.com/parantapa/staticgraph
Graph library for large static graphs
https://github.com/parantapa/staticgraph
Last synced: 5 months ago
JSON representation
Graph library for large static graphs
- Host: GitHub
- URL: https://github.com/parantapa/staticgraph
- Owner: parantapa
- Created: 2012-04-24T02:38:46.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2013-08-01T07:39:17.000Z (almost 13 years ago)
- Last Synced: 2023-03-15T08:45:29.707Z (about 3 years ago)
- Language: Python
- Size: 263 KB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
Static Graph
============
Python graph library for handling large static graphs.
Uses NumPy for efficient storage.
Optionally uses Cython to speed up some of the routes.
Read the code for more details. Tests require NetworkX and PyTest.
Tested Using: CPython 2.7, Cython 0.16, and NumPy 1.6.