cool-japan/numrs
NumRS2: High-Performance Numerical Computing in Rust
This is a powerful toolkit for developers who need to perform complex mathematical calculations and data manipulations within their Rust applications. It allows you to work with multi-dimensional arrays, similar to how you might use NumPy in Python, and execute advanced operations like linear algebra, optimization, and statistical analysis. It's designed for software engineers building high-performance scientific or data-intensive applications in Rust.
Use this if you are a Rust developer building applications that require fast and robust numerical computing capabilities, especially if you're migrating from a Python/NumPy environment or need to integrate with Python data.
Not ideal if you are looking for a standalone application or a low-code tool for data analysis, as this is a programming library for developers.
Stars
38
Forks
6
Language
Rust
License
Apache-2.0
Category
Last pushed
Mar 06, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/cool-japan/numrs"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Higher-rated alternatives
SomeB1oody/RustyML
A high-performance machine learning library in pure Rust, offering statistical utilities, ML...
smartcorelib/smartcore
A comprehensive library for machine learning and numerical computing. Apply Machine Learning...
open-spaced-repetition/fsrs-rs
FSRS for Rust, including Optimizer and Scheduler
open-spaced-repetition/fsrs-optimizer
FSRS Optimizer Package
rust-ml/linfa
A Rust machine learning framework.