[issue1116520] Prefix search is filesystem-centric

Brett Cannon report at bugs.python.org
Sun Dec 25 11:31:59 EST 2016


Brett Cannon added the comment:

Originally zip file importing was faster than standard importing from disk because of the fewer stat calls, but importlib caches such things so I don't know if it's still beneficial. As for space savings, I have no idea; you can try zipping the files yourself to find out the space savings.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1116520>
_______________________________________


More information about the Python-bugs-list mailing list