Message199378
| Author | christian.heimes |
|---|---|
| Recipients | brett.cannon, christian.heimes |
| Date | 2013-10-10.11:20:49 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1381404050.43.0.806301244574.issue19216@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
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). |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-10-10 11:20:50 | christian.heimes | set | recipients: + christian.heimes, brett.cannon |
| 2013-10-10 11:20:50 | christian.heimes | set | messageid: <1381404050.43.0.806301244574.issue19216@psf.upfronthosting.co.za> |
| 2013-10-10 11:20:50 | christian.heimes | link | issue19216 messages |
| 2013-10-10 11:20:50 | christian.heimes | create | |