Am 17.04.14 20:47, schrieb Brett Cannon:
> Because people keep bringing it up, below is the results of hacking up
> the interpreter to include a sys.path entry for ./python35.zip instead
> of hard-coding to /usr/lib/python35.zip and simply zipped up Lib/
> recursively. TL;DR, zipimport performance no longer measures up
> (probably because of stat caching and such that importlib introduced).

[I found the answer on what is being compared in replies]

So how did you create the zip file? Any chance that you may have
compressed the pyc files?

Regards,
Martin


_______________________________________________
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