Ractors is a lightweight Python library designed for efficient array operations, leveraging Rust for enhanced performance. Our goal is to provide a comprehensive set of statistical tools that are faster and more efficient compared to existing alternatives.
- Rust Integration: Utilizes Rust to significantly improve execution speed and memory management, addressing common performance issues found in traditional Python libraries.
- Lightweight Design: Minimalistic architecture ensures easy integration into existing Python projects without unnecessary overhead.
- Statistical Tools: Offers a range of statistical functions suitable for data analysis and scientific computing tasks.
You can install Ractors via pip:
To build the package, you will need to install Maturin, a tool for building and publishing Rust-based Python packages.
You can install Maturin using pip. Run the following command in your terminal:
pip install maturin
Once Maturin is installed, you can build the package by running:
maturin develop
