https://github.com/gusberinger/sparsegraph
A graph library built on top of SciPy sparse matrices.
https://github.com/gusberinger/sparsegraph
graph-algorithms graph-theory large-graphs python scipy
Last synced: about 1 month ago
JSON representation
A graph library built on top of SciPy sparse matrices.
- Host: GitHub
- URL: https://github.com/gusberinger/sparsegraph
- Owner: gusberinger
- License: mit
- Created: 2023-12-11T19:52:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-28T06:31:32.000Z (9 months ago)
- Last Synced: 2025-03-19T01:07:39.393Z (about 2 months ago)
- Topics: graph-algorithms, graph-theory, large-graphs, python, scipy
- Language: Python
- Homepage: https://sparsegraph.com
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# SparseGraph

[](https://codecov.io/gh/gusberinger/sparsegraph)A library for graph operations built on top of [SciPy](https://docs.scipy.org/doc/scipy/reference/generated/scipy.sparse.array.html) sparse matrices. Designed for small world graphs with millions of nodes and edges.
Inspired by [NetworkX](https://networkx.org/).
Read the [Docs](https://sparsegraph.com).