Overview
Explore advanced techniques to enhance Python performance in this DevConf.CZ 2024 conference talk. Delve into the world of AOT (Ahead of Time) and JIT (Just In Time) compilers, as well as the latest improvements in CPython. Learn about the significant performance boost introduced in Python 3.11 and discover the potential of CPython variants without the Global Interpreter Lock (GIL). Gain insights into powerful tools like Numba (JIT), mypyc (AOT), and GIL-free Python technologies to optimize your Python applications and overcome traditional speed limitations.
Syllabus
How to make Python faster: AOT, JIT and noGIL technologies - DevConf.CZ 2024
Taught by
DevConf