Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 254 Bytes

File metadata and controls

12 lines (9 loc) · 254 Bytes

Run :

python -m venv venv source venv/bin/activate # On Windows use: venv\Scripts\activate pip install maturin memory_profiler matplotlib

maturin init --bindings pyo3

Compile Rust :

maturin develop --release

Run Benchmark :

python benchmark.py