Pythonは以前からその実行速度が欠点とされていた。これを大きく改善する可能性を持つJITコンパイラがPython 3.13では実験的にサポートされた。これがどんなものかを見てみよう。 前回はPython 3.13の新機能から新しいREPLと、フリースレッドモードについて見た。
Python is one of the most productive languages in modern development. With its intuitive syntax, vast library ecosystem, and dynamic nature that encourages trial and error, we have been able to build ...
The native just-in-time compiler in Python 3.15 can speed up code by as much as 20% or more, although it’s still experimental. JITing, or “just-in-time” compilation, can make relatively slow ...