1 مستودع
Integration of external libraries into a compiled execution environment to share logic.
Distinct from Python Library Integrations: Focuses on runtime integration into a compiler's environment rather than exposing tools as modules
Explore 1 awesome GitHub repository matching development tools & productivity · Compiled Runtime Integrations. Refine with filters or upvote what's useful.
Codon is an LLVM-based Python compiler and statically typed implementation that translates source code into optimized machine instructions. It functions as a high-performance numerical backend and a GPU computing framework designed to remove runtime overhead. The project implements a compiled alternative to NumPy, translating array logic directly into machine code. It differentiates itself by generating specialized hardware kernels for graphics processors and utilizing static type inference to enable aggressive machine-code optimization. The system provides capabilities for parallel workload
Allows the execution of existing Python libraries within the compiled environment to share common logic.