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

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

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • yjhjstz/deep-into-nodeyjhjstz 的头像

    yjhjstz/deep-into-node

    4,392在 GitHub 上查看↗

    这是一个技术研究和分析指南,专注于 Node.js 的内部架构。它提供了对运行时的深入检查,重点关注引擎如何管理内存句柄、执行异步操作以及实现核心模块逻辑。 该指南专门分析了将原生 C++ 类和函数集成到 JavaScript 中的过程,并记录了 libuv 事件循环的行为。它包括通过识别 V8 编译器回退和分析执行以提高资源效率来优化性能的详细参考。 该材料涵盖了广泛的内部系统,包括用于 TCP 和 UDP 的底层网络编程、用于集群和子进程的进程管理,以及非阻塞 I/O 的机制。它还探讨了缓冲区、流和原生到脚本绑定层的源代码级实现。

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

    libuvnodejsv8
    在 GitHub 上查看↗4,392
  1. Home
  2. Programming Languages & Runtimes
  3. Runtime Internals Analysis