niklas-heer / speed-comparison

A repo which compares the speed of different programming languages.
https://niklas-heer.github.io/speed-comparison
MIT License
508 stars 79 forks source link

Rust optimization #12

Closed ghost closed 2 years ago

ghost commented 2 years ago

For the rust compiler you are using export RUST_BACKTRACE=1. This is intended for debugging purposes and adds an unnecessary overhead. I would recommend removing it. 👍