awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • teh-cmc/go-internalsAvatar von teh-cmc

    teh-cmc/go-internals

    7,934Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗7,934
  • nswbmw/node-in-debuggingAvatar von nswbmw

    nswbmw/node-in-debugging

    6,457Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗6,457
  1. Home
  2. Programming Languages & Runtimes
  3. Runtime Execution Analysis