1 Repo
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 is a high-performance Python language implementation and JIT compiler. It functions as a runtime environment that executes Python code while maintaining compatibility with the standard language specification. The project accelerates execution by translating Python bytecode into native machine code during program execution. It utilizes a multi-tier compilation pipeline and adaptive execution optimization to transition from interpretation to compiled code based on runtime behavior. This implementation maintains binary compatibility with the standard Python C API to support native extensi
Offers a runtime environment with configurable compilation tiers and detailed internal statistics to optimize speed.