1 minute read

Speed is not the reason why most people should use Rust, but Rust programs run fast. Is Rust fast enough?

This article is Part 4 in a 7-Part Series.

According to Matsakis and Turon, in their forward to the Rust Book, the language naturally guides people towards faster code that uses less memory. And since it doesn’t have a garbage collector, the performance is also more predictable.

In this video we see testimony about this ease of producing efficient code, from Discord and others.

Since speed is not the most important feature of Rust, I kept this video shorter.


This article is Part 4 in a 7-Part Series.