Measure Rust web application performance with this introductory tutorial and guide to several handy profiling tools.
Measure Rust web application performance with this introductory tutorial and guide to several handy profiling tools.
An extremely fast Python linter and code formatter, written in Rust.
How to understand and then profile heap memory usage in rust application. With the company with old friends: pmap, strace and heaptrack
In this post, I’ll show how to profile a Rust web application.
Interest in Rust has surged in recent years, with tech leaders such as Microsoft, Google, and Amazon coming forward to share their experiences of leveraging Rust for critical systems. Much of the dialogue about Rust, however, is still drive…
The Rust performance book features over a dozen different profiling tools. So I’m not sure if the world needed a new Rust profiler. Still, I spent the last 6+ months building hotpath-rs. In this post, I’ll describe the design decisions behind the library and share a few performance challenges I encountered while working on it. We’ll go deep into the low-level details like cache-line contention, async futures instrumentation, and decoding raw CPU traces back into Rust symbols.