Is Rust as performant as C?

To sum it up. Rust is low-level enough that if necessary, it can be optimized for maximum performance just as well as C . Higher-level abstractions, easy memory management, and abundance of available libraries tend to make Rust programs have more code, do more, and if left unchecked, can add up to bloat.

Read more