Y
Hacker News
new
|
ask
|
show
|
jobs
by
packetlost
90 days ago
Python startup time can be pretty abysmal too if you have a lot of imports.
1 comments
ptx
90 days ago
This is addressed by PEP 810 (explicit lazy imports) in Python 3.15 (currently in alpha):
https://peps.python.org/pep-0810/
link
packetlost
90 days ago
Yeah, but it requires code changes to matter
link