19
Compiled variants of the Python standard library.
(github.com)
Welcome to the Python community on the programming.dev Lemmy instance!
Past
November 2023
October 2023
July 2023
August 2023
September 2023
Since it's running
mypyc(https://mypyc.readthedocs.io/en/latest/index.html ) on the imports under the hood, I'm struggling to see why you'd want to limit yourself to the standard library instead of just compiling your whole program as a module withmypycdirectly?At the same time, if the gains are consistent, I also feel that CPython should just compile an entire standard library on installation.
EDIT: benchmarks for
mypyclook impressive, only exceptions are slower: