Hacker News new | ask | show | jobs
by steveklabnik 1035 days ago
> Does Rust give you _maximum_ control over performance the way C and C++ do?

Yes, with a small asterisk. In general, this is true. In practice, with the way optimizations go, sometimes one or the other may be faster. Or people playing with definitions. But the answer to your question in spirit is "yes."