awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 रिपॉजिटरी

Awesome GitHub RepositoriesGoroutine Stack Deduplicators

Utilities that group identical concurrent execution stacks to reduce noise in high-parallelism crash logs.

Distinct from Panic Stack Trace Parsers: Distinct from general panic parsing by specifically targeting the deduplication of identical concurrent stacks in parallelized environments

Explore 1 awesome GitHub repository matching programming languages & runtimes · Goroutine Stack Deduplicators. Refine with filters or upvote what's useful.

Awesome Goroutine Stack Deduplicators GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • maruel/panicparsemaruel का अवतार

    maruel/panicparse

    3,711GitHub पर देखें↗

    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

    Removes duplicate entries from complex panic logs to help identify the root cause of crashes in parallel processes.

    Gocrashgopanic
    GitHub पर देखें↗3,711
  1. Home
  2. Programming Languages & Runtimes
  3. Panic Stack Trace Parsers
  4. Goroutine Stack Deduplicators