Earlier quoted context omitted.
In most of those benchmarks rust is slower because it lacks SIMD support, not because of compiler optimizations.
Or rather, Rust is slower on those because SIMD is currently only supported on nightly, and the benchmarks game chooses to use stable Rust exclusively.
2. How many years already has SIMD not supported on stable been posted as a response in these discussions ?