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

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

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

2 مستودعات

Awesome GitHub RepositoriesRuntime Execution Analysis

Investigation of the mechanics governing goroutine stacks, garbage collection, and calling conventions.

Distinct from Go Runtime Stability: Candidates focus on stability or profiling tools, not the structural analysis of the runtime mechanics.

Explore 2 awesome GitHub repositories matching programming languages & runtimes · Runtime Execution Analysis. Refine with filters or upvote what's useful.

Awesome Runtime Execution Analysis GitHub Repositories

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

    teh-cmc/go-internals

    7,934عرض على GitHub↗

    This project is a technical reference and study of the Go language internals, providing a deep dive into the runtime architecture, compiler internals, and memory management mechanisms. It serves as a guide for analyzing how the Go compiler and runtime implement low-level features. The materials specifically detail the implementation of polymorphism through virtual tables and dynamic dispatch. It covers the translation of high-level source code into portable pseudo-assembly and machine-specific instructions, alongside the structural mechanics of the interface system, including scalar type boxi

    Analyzes the underlying mechanics of goroutine stack management, garbage collection, and calling conventions.

    Gobookgogolang
    عرض على GitHub↗7,934
  • nswbmw/node-in-debuggingالصورة الرمزية لـ nswbmw

    nswbmw/node-in-debugging

    6,457عرض على GitHub↗

    This project is a comprehensive technical guide and diagnostic manual for analyzing memory, performance, and asynchronous behavior within Node.js applications. It provides detailed methods for asynchronous tracing, memory diagnostics, and performance analysis to resolve runtime errors and execution bottlenecks. The resource distinguishes itself by covering advanced diagnostic workflows, including the use of flame graphs for CPU profiling, the capture and comparison of heap snapshots for memory leak detection, and the mapping of asynchronous call stacks. It also provides technical guidance on

    Evaluates how language constructs and engine updates impact execution speed and memory usage.

    debugdebuggingguide
    عرض على GitHub↗6,457
  1. Home
  2. Programming Languages & Runtimes
  3. Runtime Execution Analysis