🪴 Quartz 3.3

Search

Search IconIcon to open search

2022-12-14 What is Codon

Last updated Apr 9, 2023 Edit Source

# What is Codon?

Codon is a high-performance Python compiler that compiles Python code to native machine code without any runtime overhead. Typical speedups over Python are on the order of 10-100x or more, on a single thread. Codon’s performance is typically on par with (and sometimes better than) that of C/C++. Unlike Python, Codon supports native multithreading, which can lead to speedups many times higher still. Codon grew out of the https://github.com/exaloop/codon

- InternetScrap

- Python