An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

# SparseGraph

![example workflow](https://github.com/gusberinger/sparsegraph/actions/workflows/pytest.yaml/badge.svg)
[![codecov](https://codecov.io/gh/gusberinger/sparsegraph/graph/badge.svg)](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).