pypa / installer

A low-level library for installing from a Python wheel distribution.
https://installer.readthedocs.io/
MIT License
123 stars 51 forks source link

Lazily import compileall #226

Closed ofek closed 1 month ago

ofek commented 1 month ago
…\hatch on  workspaces [!] via  v3.11.7
❯ python -m timeit -n 1 -r 1 "import installer"
1 loop, best of 1: 71.6 msec per loop

…\hatch on  workspaces [!] via  v3.11.7
❯ python -m timeit -n 1 -r 1 "import compileall"
1 loop, best of 1: 14.4 msec per loop