This book teaches you how to optimize the performance of your Rust code so that it is at the same level as languages such as C/C++. You'll understand and fi x common pitfalls, learn how to improve your productivity by using metaprogramming, and speed up your code.
You will master the features of the language, which will make you stand out, and use them to greatly improve the efficiency of your algorithms. We move on to mastering Rust's type system, which will enable us to optimize both performance and safety at compile time.
Finally, you will learn parallel programming in Rust, which enables efficient and faster execution by using multithreading and asynchronous programming.