Hacker News new | ask | show | jobs
by bschwindHN 2195 days ago
I don't believe Rust is faster than C, but I would argue it's faster to develop new products in Rust vs. C, and easier to produce programs which don't have data races or invalid memory accesses.
1 comments

Sure, if you wrap everything in unsafe and/or import third party libraries (with the assumption they are also safe).