Nabla – Pure Rust GPU math engine, 7.5× faster matmul than PyTorch
Pure Rust autodiff + GPU math avoids C++ FFI hell, but matmul claim needs apples-to-apples benchmarks.
Linear algebra concepts implemented in Go, mainly matrix manipulation
Gonum already does linear algebra in Go with more features and active maintenance.
Go developers learning linear algebra
gonum.org/v1/gonum/mat · go-matrix
Pure Rust autodiff + GPU math avoids C++ FFI hell, but matmul claim needs apples-to-apples benchmarks.
Wire-protocol-complete Git library in Go, but years from production and competing with LibGit2's ecosystem.
Exact precision linear algebra with abort-aware checked operations in Rust.
Readable Mamba-3 in pure PyTorch solves the trapezoidal discretization cross-boundary dependency without custom kernels.
Geometric Algebra rotors replace matrix multiplications for 100% accuracy on 13-hop reasoning.
Pure Swift Argon2 avoids FFI, but lacks libsodium's battle-tested audit history.