awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesRuntime Internals Analysis

Deep-dive studies into how execution engines manage memory and perform asynchronous operations.

Distinct from Node.js Performance Analysis: Candidates are for specific sandbox runtimes or performance analysis rather than general internals study.

Explore 1 awesome GitHub repository matching programming languages & runtimes · Runtime Internals Analysis. Refine with filters or upvote what's useful.

Awesome Runtime Internals Analysis GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • yjhjstz/deep-into-nodeAvatar de yjhjstz

    yjhjstz/deep-into-node

    4,392Voir sur GitHub↗

    This project is a technical study and analysis guide focused on the internal architecture of Node.js. It provides an in-depth examination of the runtime, focusing on how the engine manages memory handles, executes asynchronous operations, and implements core module logic. The guide specifically analyzes the integration of native C++ classes and functions into JavaScript and documents the behavior of the libuv event loop. It includes detailed references for optimizing performance by identifying V8 compiler bailouts and profiling execution to improve resource efficiency. The material covers a

    Analyzes how the Node.js engine manages memory handles and executes asynchronous I/O operations.

    libuvnodejsv8
    Voir sur GitHub↗4,392
  1. Home
  2. Programming Languages & Runtimes
  3. Runtime Internals Analysis