Hacker News new | ask | show | jobs
by nbaksalyar 2676 days ago
> Rust is slower than C++

It may be, but there's also the concurrency aspect which is hard to get right in C++. That's where the performance gains come from, partially, because 'fearless concurrency' is one of the Rust's tenets.