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