On Tue, Apr 15, 2014 at 11:19 AM, Daniel Holth <dho...@gmail.com> wrote:

> IIRC it is no longer the case that ZIP imports (involving only one
> file for a lot of modules) are much faster than regular FS imports?
>

It's definitely minimized since Python 3.3 and the caching of stat results
at the directory level for a small amount of time.

-Brett


>
> On Tue, Apr 15, 2014 at 10:34 AM, Eric Snow <ericsnowcurren...@gmail.com>
> wrote:
> > On Tue, Apr 15, 2014 at 1:45 AM, Chris Angelico <ros...@gmail.com>
> wrote:
> >> Specific use-case that I can see: Mercurial. In a git vs hg shoot-out,
> >> git will usually win on performance, and hg is using Py2; migrating hg
> >> to Py3 will (if I understand the above figures correctly) widen that
> >> gap, so any improvement done to startup performance will give a very
> >> real advantage.
> >
> > Perhaps not so much "a very real advantage" as "less of a
> > distraction". It's still significantly slower than 2.7.  :)
> >
> > -eric
> > _______________________________________________
> > Python-Dev mailing list
> > Python-Dev@python.org
> > https://mail.python.org/mailman/listinfo/python-dev
> > Unsubscribe:
> https://mail.python.org/mailman/options/python-dev/dholth%40gmail.com
> _______________________________________________
> Python-Dev mailing list
> Python-Dev@python.org
> https://mail.python.org/mailman/listinfo/python-dev
> Unsubscribe:
> https://mail.python.org/mailman/options/python-dev/brett%40python.org
>
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to