awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 مستودع

Awesome GitHub RepositoriesGoroutine Stack Deduplicators

Utilities that group identical concurrency stacks to reduce noise in highly parallelized process logs.

Distinct from Goroutine Stack Management: Candidates focus on runtime stack management or binary tracing rather than the deduplication of parsed logs.

Explore 1 awesome GitHub repository matching development tools & productivity · Goroutine Stack Deduplicators. Refine with filters or upvote what's useful.

Awesome Goroutine Stack Deduplicators GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • maruel/panicparseالصورة الرمزية لـ maruel

    maruel/panicparse

    3,711عرض على 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 Go stack traces to reduce noise and highlight recurring crash patterns.

    Gocrashgopanic
    عرض على GitHub↗3,711
  1. Home
  2. Development Tools & Productivity
  3. Goroutine Stack Deduplicators