- #1
- 4,779
- 3,840
- TL;DR Summary
- Python is largely an interpreted language, Codon compiles Python into fast executable images.
See this story here in a press release from MIT:
https://news.mit.edu/2023/codon-python-based-compiler-achieve-orders-magnitude-speedups-0314
Basically, any working Python module can be compiled one time only, and then run 10+ times faster than interpreted code, with no further changes to correct tested code you have already available. There is a Github link in the article.
https://news.mit.edu/2023/codon-python-based-compiler-achieve-orders-magnitude-speedups-0314
Basically, any working Python module can be compiled one time only, and then run 10+ times faster than interpreted code, with no further changes to correct tested code you have already available. There is a Github link in the article.