awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • teh-cmc/go-internalsteh-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-debuggingnswbmw 的头像

    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