#47 · Primary category: AI DevOps & SRE Tools

hotpath-rs

allocations benchmark debugging mcp mpsc performance profiler rust

Quickly find bottlenecks in Rust - one profiler for CPU, memory, SQL, HTTP, I/O and async code.

Project last updated:08/29/26

GitHub Stars

1.7K

Forks

50

Contributors

8

License

MIT

Why we included this project

Rust services that are slow usually have a few functions doing most of the damage, and hotpath-rs is built to find them. It instruments functions, channels, futures, streams, SQL queries, HTTP calls, and byte-level I/O, then tells you which ones are slow because they wait on I/O and which are genuinely CPU-bound or allocation-heavy. You can produce one-off timing, memory, and CPU reports, or open the live TUI dashboard to watch a running process. The MCP server is the interesting part for AI-assisted work: an agent like Claude Code can ask in plain language which functions dominate execution time or where memory is being allocated, and get answers straight from live profiling data. For teams doing performance work in Rust, that makes profiling output something both humans and agents can actually act on.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category