#47 · Primary category: AI DevOps & SRE Tools
hotpath-rs
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
harness
Harness Open Source is an end-to-end developer platform with Source Control Management, CI/CD Pipelines, Hosted Developer Environments, and Artifact Registries.
nx
The Monorepo Platform that amplifies both developers and AI agents. Nx optimizes your builds, scales your CI, and fixes failed PRs automatically. Ship in half the time.
jenkins
Jenkins automation server
awx
AWX provides a web-based user interface, REST API, and task engine built on top of Ansible. It is one of the upstream projects for Red Hat Ansible Automation Platform.
dagger
Automation engine to build, test and ship any codebase. Runs locally, in CI, or directly in the cloud