5 ms·
> Startup time really is an issue with Python, because import is super slow. Python has lazy imports coming soon in 3.15! Source: https://docs.python.org/3.15
by yummybrainz 4mo ago
> Startup time really is an issue with Python, because import is super slow.
Python has lazy imports coming soon in 3.15!
Source: https://docs.python.org/3.15/whatsnew/3.15.html#whatsnew315-lazy-imports https://docs.python.org/3.15/whatsnew/3.15.html#whatsnew315-...