35 ms·
> Anyway, I'm very curious whether it ultimately turns out that, as advertised, Rust's performance characteristics really are as good or better than C++'s[1].
by sargas 10y ago
> Anyway, I'm very curious whether it ultimately turns out that, as advertised, Rust's performance characteristics really are as good or better than C++'s[1].
From my limited experience, Rust's performance is comparable to C++ throughout, with the added safety guarantees that Rust is known for.
- valarauca1 10y agoCurrently if Rust under performs C/C++ by a significant margin it's treated as a bug. (The number crunching on benchmark game is done with SIMD which Rust is working on)