I compare the performance of parallel processing between Rust and Python.
(Warn: You have to learn how to implement parallel processing in Rust because it is worse than Python if you don't know how to use it.)
sudo apt-get update
sudo apt-get install python3.11-dev
cargo build
uv run maturin develop
uv run main.py