Mohu is a Rust-powered array project for Python.
The goal is simple: build a faster, cleaner foundation for numerical computing without asking Python users to leave the ecosystem they already know.
We are starting from the bottom of the stack: typed memory, array layouts, SIMD kernels, parallel execution, linear algebra, and zero-copy Python interop.
- mohu — main Rust workspace
- mohu-compute — SIMD compute kernels
- mohu-linalg — pure-Rust linear algebra
- mohu-py — Python bindings
Early. The foundation is still being built.
If you care about Rust, Python, arrays, scientific computing, or replacing old numerical plumbing with something better, start with mohu.
MIT
