Hacker News new | ask | show | jobs
by sargas 3662 days 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.

1 comments

Currently 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)