https://github.com/paralin/gonum-graph-simple
gonum graph/simple package extracted w/ mat dependency dropped
https://github.com/paralin/gonum-graph-simple
Last synced: 2 months ago
JSON representation
gonum graph/simple package extracted w/ mat dependency dropped
- Host: GitHub
- URL: https://github.com/paralin/gonum-graph-simple
- Owner: paralin
- License: bsd-3-clause
- Created: 2024-04-10T08:50:20.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-10T08:50:59.000Z (almost 2 years ago)
- Last Synced: 2025-03-10T22:48:36.526Z (12 months ago)
- Language: Go
- Size: 9.77 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gonum Simple Graph
[![GoDoc Widget]][GoDoc] [![Go Report Card Widget]][Go Report Card]
[GoDoc]: https://godoc.org/github.com/paralin/gonum-simple-graph
[GoDoc Widget]: https://godoc.org/github.com/paralin/gonum-simple-graph?status.svg
[Go Report Card Widget]: https://goreportcard.com/badge/github.com/paralin/gonum-simple-graph
[Go Report Card]: https://goreportcard.com/report/github.com/paralin/gonum-simple-graph
This is the gonum graph/simple package extracted to a separate module.
The goal is to reduce the weight of this dependency significantly if you only
need the basic graph functions.
Importing the graph/mat package significantly increases the binary size of this
package, so those imports have been excluded here.
## Upstream
Check out the [upstream project](https://github.com/gonum/gonum) as well.
## License
BSD-3