<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Apr 15, 2014 at 11:19 AM, Daniel Holth <span dir="ltr"><<a href="mailto:dholth@gmail.com" target="_blank">dholth@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">IIRC it is no longer the case that ZIP imports (involving only one<br>
file for a lot of modules) are much faster than regular FS imports?<br></blockquote><div><br></div><div>It's definitely minimized since Python 3.3 and the caching of stat results at the directory level for a small amount of time.</div>

<div><br></div><div>-Brett</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div><div class="h5"><br>
On Tue, Apr 15, 2014 at 10:34 AM, Eric Snow <<a href="mailto:ericsnowcurrently@gmail.com">ericsnowcurrently@gmail.com</a>> wrote:<br>
> On Tue, Apr 15, 2014 at 1:45 AM, Chris Angelico <<a href="mailto:rosuav@gmail.com">rosuav@gmail.com</a>> wrote:<br>
>> Specific use-case that I can see: Mercurial. In a git vs hg shoot-out,<br>
>> git will usually win on performance, and hg is using Py2; migrating hg<br>
>> to Py3 will (if I understand the above figures correctly) widen that<br>
>> gap, so any improvement done to startup performance will give a very<br>
>> real advantage.<br>
><br>
> Perhaps not so much "a very real advantage" as "less of a<br>
> distraction". It's still significantly slower than 2.7.  :)<br>
><br>
> -eric<br>
> _______________________________________________<br>
> Python-Dev mailing list<br>
> <a href="mailto:Python-Dev@python.org">Python-Dev@python.org</a><br>
> <a href="https://mail.python.org/mailman/listinfo/python-dev" target="_blank">https://mail.python.org/mailman/listinfo/python-dev</a><br>
</div></div>> Unsubscribe: <a href="https://mail.python.org/mailman/options/python-dev/dholth%40gmail.com" target="_blank">https://mail.python.org/mailman/options/python-dev/dholth%40gmail.com</a><br>
<div class="HOEnZb"><div class="h5">_______________________________________________<br>
Python-Dev mailing list<br>
<a href="mailto:Python-Dev@python.org">Python-Dev@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/python-dev" 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" target="_blank">https://mail.python.org/mailman/options/python-dev/brett%40python.org</a><br>
</div></div></blockquote></div><br></div></div>