awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • cython/cythoncython 的头像

    cython/cython

    10,767在 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
    在 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