series: Review Bomb
> Finding Blocking Code in Async Rust Without Changing a Single Line
A code review of hud, an eBPF profiler that attaches to running Tokio processes and finds blocking code without recompilation.
2 posts tagged #performance
A code review of hud, an eBPF profiler that attaches to running Tokio processes and finds blocking code without recompilation.
A code review of Tango, a Rust benchmarking harness that interleaves baseline and candidate runs to eliminate thermal drift and scheduling noise.