Why is this Rust slower than my similar Python? [duplicate]

Build it with optimization flags.

cargo run --release

Leave a Comment