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 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

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

    cython/cython

    10,767Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗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