Blog post: Making slow Rust code fast

I wrote a blog post on performance benchmarking and tuning in Rust using Criterion.rs and flamegraphs based on my recent experience optimizing the MongoDB Rust Driver. Check it out if interested in learning some techniques for speeding up a Rust codebase!

3 Likes