Gonum screenshot
#245 Needs Improvement Rank #250

Gonum

A numerical computing library for Go providing linear algebra, statistics, graph algorithms, and plotting primitives. Its standout trait is being a well-designed, idiomatic-Go alternative to reaching for Python/NumPy in Go codebases.

Dev Tools Go Easy to deploy

⚠ Needs Improvement

Needs Improvement β€” Gonum is a Go numerical computing library, not an application. It has no server, no client, and no deployable artifact of its own β€” it's imported into other Go programs at compile time. Scoring it as a deployable, scalable web service doesn't apply; it would need to be wrapped in an actual service (e.g. a computation API) before this rubric means anything for it.

βš™ Full Stack

A pure Go library (no server, no client, no database) of packages for matrices, statistics, optimization, and graphs, imported directly into other Go programs.

πŸ“ˆ Scaling Analysis

Scalability/security/data-safety concepts don't apply to a library; it's evaluated purely on code quality, which is high β€” clean APIs, decent test coverage, idiomatic Go.

πŸš€ Running on Nexlayer

Not deployable β€” it's a code library, not an application. It only ever appears embedded inside some other Go service that would itself be the Nexlayer deployment target.