#cpython

[ follow ]
fromTalkpython
2 days ago

Building a JIT Compiler for CPython

The just-in-time (JIT) compiler for Python builds on the specializing adaptive interpreter introduced in Python 3.11+, generating machine code for frequently executed paths.
Python
fromQuansight
1 month ago

The first year of free-threaded Python

Support for free-threaded Python unlocks the full compute power of modern hardware, allowing for better parallel algorithms and performance with multicore CPUs and GPUs.
Python
[ Load more ]