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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

Awesome GitHub RepositoriesCompiled Type Optimizations

Using explicit type declarations to guide the compiler in generating more efficient machine code.

Distinct from Variable Type Declarations: Distinct from Variable Type Declarations: focuses on the performance gain from C-level typing rather than just source code clarity.

Explore 1 awesome GitHub repository matching programming languages & runtimes · Compiled Type Optimizations. Refine with filters or upvote what's useful.

Awesome Compiled Type Optimizations GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • cython/cythonAvatar de cython

    cython/cython

    10,767Ver en GitHub↗

    Cython is a compiler that translates Python code into C or C++ to create high-performance extension modules. It functions as a static typing optimizer and a C extension generator, allowing developers to declare C types within Python code to reduce interpreter overhead and increase execution speed. The project enables the wrapping of external C libraries to provide high-level interfaces to low-level system capabilities. It also serves as a native binary packager, capable of freezing scripts and their dependencies into standalone executable binaries for distribution. The system covers a broad

    Enables the declaration of specific C types for variables to generate more efficient machine code.

    Cythonbig-dataccpp
    Ver en GitHub↗10,767
  1. Home
  2. Programming Languages & Runtimes
  3. Language Features and Paradigms
  4. Type System Tools
  5. Type Definitions
  6. Variable Type Declarations
  7. Compiled Type Optimizations