Message152822
| 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:52 | vstinner | set | recipients: + vstinner, brett.cannon, benjamin.peterson, eric.araujo, Trundle, eric.snow |
| 2012-02-08 00:10:52 | vstinner | set | messageid: <1328659852.26.0.12652325903.issue2377@psf.upfronthosting.co.za> |
| 2012-02-08 00:10:51 | vstinner | link | issue2377 messages |
| 2012-02-08 00:10:51 | vstinner | create | |