Build Configuration chapter of the Rust Performance Book rewritten
(mas.to)
from snaggen@programming.dev to rust@programming.dev on 03 Oct 2023 06:03
https://programming.dev/post/3847466
from snaggen@programming.dev to rust@programming.dev on 03 Oct 2023 06:03
https://programming.dev/post/3847466
@nnethercote@mas.to wrote:
I have rewritten the Build Configuration chapter of the Rust Performance Book.
nnethercote.github.io/…/build-configuration.html
It’s now a much better guide to all the ways you can change the performance characteristics of your Rust program without changing its source code. These characteristics include runtime speed, memory use, binary size, and compile times.
Big improvements to your Rust program’s performance are possible with simple changes. Try these things out!
threaded - newest