<br><br><div class="gmail_quote"><div dir="ltr">On Sun, Jul 23, 2017, 00:53 Michel Desmoulin, <<a href="mailto:desmoulinmichel@gmail.com">desmoulinmichel@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
<br>
> Optimizing startup time is incredibly valuable,<br>
<br>
I've been reading that from the beginning of this thread but I've been<br>
using python since the 2.4 and I never felt the burden of the startup time.<br>
<br>
I'm guessing a lot of people are like me, they just don't express them<br>
self because "better startup time can't be bad so let's not put a<br>
barrier on this".<br>
<br>
I'm not against it, but since the necessity of a faster Python in<br>
general has been a debate for years and is only finally catching up with<br>
the work of Victor Stinner, can somebody explain me the deal with start<br>
up time ?<br>
<br>
I understand where it can improve your lives. I just don't get why it's<br>
suddenly such an explosion of expectations and needs.<br></blockquote></div><div><br></div><div>It's actually always been something we have tried to improve, it just comes in waves. For instance we occasionally re-examine what modules get pulled in during startup. Importlib was optimized to help with startup. This just happens to be the latest round of trying to improve the situation.</div><div><br></div><div>As for why we care, every command-line app wants to at least appear faster if not be faster because just getting to the point of being able to e.g. print a version number is dominated by Python and app start-up. And this is not guessing; I work with a team that puts out a command line app and one of the biggest complaints they get is the startup time.</div><div><br></div><div>-brett</div><div><br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
_______________________________________________<br>
Python-Dev mailing list<br>
<a href="mailto:Python-Dev@python.org" target="_blank">Python-Dev@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/python-dev" rel="noreferrer" target="_blank">https://mail.python.org/mailman/listinfo/python-dev</a><br>
Unsubscribe: <a href="https://mail.python.org/mailman/options/python-dev/brett%40python.org" rel="noreferrer" target="_blank">https://mail.python.org/mailman/options/python-dev/brett%40python.org</a><br>
</blockquote></div>