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

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

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

1 个仓库

Awesome GitHub RepositoriesRuntime Performance Tooling

Utilities for configuring runtime compilation and analyzing execution statistics.

Distinct from Python Tooling: Focuses on performance-tuning tools within the runtime rather than general ecosystem utilities.

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

Awesome Runtime Performance Tooling GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • pyston/pyston_v1pyston 的头像

    pyston/pyston_v1

    4,847在 GitHub 上查看↗

    Pyston 是一个高性能 Python 语言实现和 JIT 编译器。它作为一个运行时环境,在执行 Python 代码的同时保持与标准语言规范的兼容性。 该项目通过在程序执行期间将 Python 字节码转换为原生机器代码来加速执行。它利用多级编译管线和自适应执行优化,根据运行时行为从解释过渡到编译代码。此实现保持与标准 Python C API 的二进制兼容性,以支持原生扩展。 该运行时包括用于性能优化和基准测试的工具,包括在编译层和解释器模式之间切换的能力。它提供监控和可观测性功能,如内部统计导出和用于诊断日志记录和执行分析的可配置运行时详细程度。

    Offers a runtime environment with configurable compilation tiers and detailed internal statistics to optimize speed.

    在 GitHub 上查看↗4,847
  1. Home
  2. Programming Languages & Runtimes
  3. Language Ecosystems and Tooling
  4. Python Tooling
  5. Runtime Performance Tooling