MemotivaPerformance and profiling

What is the Faster CPython project?

Performance and profiling

Audio flashcard · 0:21

Nortren·

What is the Faster CPython project?

0:21

Faster CPython is a multi-year effort started in 2021 to make CPython significantly faster. It has delivered substantial speedups since Python 3.11, including specialized adaptive interpretation, the JIT compiler in 3.13 and 3.14, and other interpreter improvements. The goal is to make idiomatic Python code faster without changing the language. ---
github.com