[Python-Dev] [Python-checkins] cpython: Issue #14043: Speed up importlib's _FileFinder by at least 8x, and add a new (original) (raw)
Brett Cannon brett at python.org
Mon Feb 20 19:20:50 CET 2012
- Previous message: [Python-Dev] [Python-checkins] cpython: Issue #14043: Speed up importlib's _FileFinder by at least 8x, and add a new
- Next message: [Python-Dev] [Python-checkins] cpython: Issue #14043: Speed up importlib's _FileFinder by at least 8x, and add a new
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Previous message: [Python-Dev] [Python-checkins] cpython: Issue #14043: Speed up importlib's _FileFinder by at least 8x, and add a new
- Next message: [Python-Dev] [Python-checkins] cpython: Issue #14043: Speed up importlib's _FileFinder by at least 8x, and add a new
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]