placeholder

Introduction - The Rust Performance Book

This book contains many techniques that can improve the performance—speed and memory usage—of Rust programs. The Compile Times section also contains some techniques that will improve the compile times of Rust programs. Some of the book’s techniques only require changing build configurations, b...

Click to view the original at nnethercote.github.io

Hasnain says:

Bookmarking for later rereading.

“Some of the techniques within are entirely Rust-specific, and some involve ideas that can be applied (often with modifications) to programs written in other languages. The General Tips section also includes some general principles that apply to any programming language. Nonetheless, this book is mostly about the performance of Rust programs and is no substitute for a general purpose guide to profiling and optimization”

Posted on 2022-07-19T17:27:15+0000