awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
cong-or avatar

cong-or/hud

0
View on GitHub↗
172 stars·5 forks·Rust·MIT·13 views

Hud

Find code blocking your Tokio workers. eBPF-powered, no instrumentation.

Features

  • Profiling and Benchmarking - eBPF-based profiler for identifying Tokio runtime blocking.
  • Profiling Tools - eBPF-based profiler for Tokio runtime blocking.

Star history

Star history chart for cong-or/hudStar history chart for cong-or/hud

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Hud

These projects share indexed features with Hud. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • bencherdev/bencherbencherdev avatar

    bencherdev/bencher

    856View on GitHub↗

    🐰 Bencher - Continuous Benchmarking

    Rustbenchmarkbenchmarkingcd
    View on GitHub↗856
  • bytedance/g3bytedance avatar

    bytedance/g3

    879View on GitHub↗

    Enterprise-oriented Generic Proxy Solutions

    Rustaudithttpicap
    View on GitHub↗879
  • bheisler/criterion.rsbheisler avatar

    bheisler/criterion.rs

    5,485View on GitHub↗

    Criterion is a statistics-driven microbenchmarking library and performance regression tool for Rust. It provides a framework for isolating and measuring small code segments, using statistical analysis to eliminate noise and ensure reliable, repeatable measurements of execution speed. The tool distinguishes itself through a performance visualization suite that generates HTML reports and graphs to track performance trends and throughput. It includes a system for comparing current execution times against stored baselines to identify and prevent performance drops. The library covers asynchronous

    Rustbenchmarkcriteriongnuplot
    View on GitHub↗5,485
  • ellisonch/rust-stopwatchellisonch avatar

    ellisonch/rust-stopwatch

    84View on GitHub↗

    A stopwatch library for Rust. Used to time things.

    Rustrustrust-stopwatchstopwatch
    View on GitHub↗84
Compare all 20 related projects→

Frequently asked questions

What does cong-or/hud do?

Find code blocking your Tokio workers. eBPF-powered, no instrumentation.

What are the main features of cong-or/hud?

The main features of cong-or/hud are: Profiling and Benchmarking, Profiling Tools.

Which projects share features with cong-or/hud?

Projects with overlapping indexed features include: koute/bytehound — Bytehound is a Linux memory profiler that utilizes a custom global allocator to intercept memory requests and track… bytedance/g3 — Enterprise-oriented Generic Proxy Solutions. bheisler/criterion.rs — Criterion is a statistics-driven microbenchmarking library and performance regression tool for Rust. It provides a… bencherdev/bencher — 🐰 Bencher - Continuous Benchmarking. ellisonch/rust-stopwatch — A stopwatch library for Rust. Used to time things. llogiq/flame — An intrusive flamegraph profiling tool for rust.