A cool Rust optimization story
In this blog post, we will jump into one specific performance-critical piece of code that went through some fascinating changes over the years.
This piece of code is one of my favorite snippet to showcase the power of rustc / LLVM.
Source: A cool Rust optimization story, an article by Paul Masurel.