STINNER Victor <victor.stin...@haypocalc.com> added the comment: bench_startup.py: short script to compute the best startup time (I wrote the original script for the hash collision issue, #13703). Result on my PC: - original: 22.2 ms - importlib: 27.9 ms
So importlib adds an overhead of 25.7% in startup time. ---------- Added file: http://bugs.python.org/file24447/bench_startup.py _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue2377> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com