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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • pyston/pyston_v1Avatar von pyston

    pyston/pyston_v1

    4,847Auf GitHub ansehen↗

    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.

    Auf GitHub ansehen↗4,847
  1. Home
  2. Programming Languages & Runtimes
  3. Language Ecosystems and Tooling
  4. Python Tooling
  5. Runtime Performance Tooling