This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients Trundle, benjamin.peterson, brett.cannon, eric.araujo, eric.snow, vstinner
Date 2012-02-08.00:10:51
SpamBayes Score 0.00011076507
Marked as misclassified No
Message-id <1328659852.26.0.12652325903.issue2377@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-02-08 00:10:52vstinnersetrecipients: + vstinner, brett.cannon, benjamin.peterson, eric.araujo, Trundle, eric.snow
2012-02-08 00:10:52vstinnersetmessageid: <1328659852.26.0.12652325903.issue2377@psf.upfronthosting.co.za>
2012-02-08 00:10:51vstinnerlinkissue2377 messages
2012-02-08 00:10:51vstinnercreate