New submission from Christian Heimes: The import library uses excessive stat() calls. I've implemented a simple cache for the bootstrap module that reduces the amount of stat() calls by almost 1/3 (236 -> 159 on Linux).
---------- assignee: brett.cannon files: import_stat_cache.patch keywords: patch messages: 199378 nosy: brett.cannon, christian.heimes priority: normal severity: normal stage: patch review status: open title: stat cache for import bootstrap type: performance versions: Python 3.4 Added file: http://bugs.python.org/file32032/import_stat_cache.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue19216> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com