Drilling down on Rust Performance Bottlenecks with tokio-tracing and texray
- Published on
10 min read
When a Rust program feels sluggish, adding instrumentation can shine a light on _where_ the time is going. In this post, we’ll walk through a guided ...