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
·

1 repositorio

Awesome GitHub RepositoriesGoroutine Stack Deduplication

Grouping identical goroutine call stacks to reduce noise in concurrent process logs.

Distinct from Call-Stack Interceptors: Distinct from Call-Stack Interceptors as it focuses on deduplicating existing logs rather than capturing new ones.

Explore 1 awesome GitHub repository matching testing & quality assurance · Goroutine Stack Deduplication. Refine with filters or upvote what's useful.

Awesome Goroutine Stack Deduplication GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • maruel/panicparseAvatar de maruel

    maruel/panicparse

    3,711Ver en GitHub↗

    Panicparse is a toolset for Go crash analysis and runtime debugging. It functions as a panic stack trace parser, a race detector log parser, and a goroutine deduplicator designed to transform raw crash dumps and thread sanitizer output into structured, readable formats. The project distinguishes itself by converting complex stack traces into visual HTML reports with embedded source code. It reduces noise in highly parallelized processes by grouping identical goroutine stacks and prioritizes application code over standard library calls during parsing. The utility also covers live process moni

    Groups identical goroutine stacks to reduce noise and highlight recurring crash patterns in parallelized processes.

    Gocrashgopanic
    Ver en GitHub↗3,711
  1. Home
  2. Testing & Quality Assurance
  3. Goroutine Stack Deduplication