1 个仓库
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.
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.