Commit Graph
1 Commits
Author SHA1 Message Date
FinandGitHub aa3e00720d Add RunMat to Rust section
RunMat is an open-source Rust runtime for MATLAB-syntax array math.
It automatically chooses CPU or GPU and fuses long math chains into fast kernels.
Quants can use it for workloads like Monte Carlo risk, covariance, and large matrix math, with good speedups vs NumPy and PyTorch on our benchmarks.

This PR adds RunMat to the Rust section.

Repo: https://github.com/runmat-org/runmat
2025-11-25 16:50:15 -08:00