[Python-Dev] [Python-checkins] cpython: Issue #14043: Speed up importlib's _FileFinder by at least 8x, and add a new

Brett Cannon brett at python.org
Mon Feb 20 19:20:50 CET 2012


On Sun, Feb 19, 2012 at 22:15, Nick Coghlan <ncoghlan at gmail.com> wrote:

> However, "very cool" on adding the caching in the default importers :)


Thanks to PJE for bringing the idea up again and Antoine discovering the
approach *independently* from PJE and myself and actually writing the code.

Now I *really* need to get that C hybrid for __import__() finished (in the
middle of implementing _gcd_import() in C) to see where the performance
ends up.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-dev/attachments/20120220/fad7fb01/attachment.html>


More information about the Python-Dev mailing list