Resources related to PyCon US 2026 talk "Making Python faster with free threading and mypyc".
Overview of contents:
requirements.txt: Dependencies needed to compile and run examplesrun_*_interpreted.sh: Run interpreted (not compiled) version of an examplerun_*_compiled.sh: Compile and run compiled version of an example
You need Python 3.14t (free threading build) to run these.
Theses are tested on Python 3.14t, Linux and macOS.