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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
cong-or avatar

cong-or/hud

0
View on GitHub↗
172 estrellas·5 forks·Rust·MIT·6 vistas

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.

Historial de estrellas

Gráfico del historial de estrellas de cong-or/hudGráfico del historial de estrellas de cong-or/hud

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Hud

Proyectos open-source similares, clasificados según cuántas características comparten con Hud.
  • bencherdev/bencherAvatar de bencherdev

    bencherdev/bencher

    856Ver en GitHub↗

    🐰 Bencher - Continuous Benchmarking

    Rustbenchmarkbenchmarkingcd
    Ver en GitHub↗856
  • bytedance/g3Avatar de bytedance

    bytedance/g3

    879Ver en GitHub↗

    Enterprise-oriented Generic Proxy Solutions

    Rustaudithttpicap
    Ver en GitHub↗879
  • bheisler/criterion.rsAvatar de bheisler

    bheisler/criterion.rs

    5,485Ver en 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
    Ver en GitHub↗5,485
  • ellisonch/rust-stopwatchAvatar de ellisonch

    ellisonch/rust-stopwatch

    84Ver en GitHub↗

    A stopwatch library for Rust. Used to time things.

    Rustrustrust-stopwatchstopwatch
    Ver en GitHub↗84
Ver las 20 alternativas a Hud→

Preguntas frecuentes

¿Qué hace cong-or/hud?

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

¿Cuáles son las características principales de cong-or/hud?

Las características principales de cong-or/hud son: Profiling and Benchmarking, Profiling Tools.

¿Qué alternativas de código abierto existen para cong-or/hud?

Las alternativas de código abierto para cong-or/hud incluyen: 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.