codon
Codon is a Python compiler that transforms code into native machine language, offering 10-100x speed improvements over standard Python and comparable performance to C/C++. It features native multithreading, multi-core, and GPU support while maintaining a syntax similar to CPython for ease of use. Its optimization framework further enhances performance, and it supports JIT compiling and interoperability with Python modules, enabling efficient execution of Python-compatible code.