Get the latest tech news
A high-performance, zero-overhead, extensible Python compiler using LLVM
A high-performance, zero-overhead, extensible Python compiler using LLVM - exaloop/codon
Codon is a high-performance Python implementation that compiles to native machine code without any runtime overhead. Think of Codon as Python reimagined for static, ahead-of-time compilation, built from the ground up with best possible performance in mind. The@par annotation tells the compiler to parallelize the following for-loop, in this case using a dynamic schedule, chunk size of 100, and 16 threads.
Or read this on Hacker News