Message199401
| Author | christian.heimes |
|---|---|
| Recipients | barry, brett.cannon, christian.heimes, pitrou, r.david.murray, vstinner |
| Date | 2013-10-10.17:54:04 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1381427644.74.0.04510099295.issue19216@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Is the content of the bootstrap module used after the interpreter is boot strapped? I see ... that's a problem. It's a proof of concept anyway and the speed up is minimal. On my computer with a SSD the speedup barely measurable. I'd like to see if it makes a difference on a Raspbarry Pi or a NFS shares I have another idea, too. Could we add an optional 'stat' argument to __init__() of FileLoader and ExtensionFileLoader so we can pass the stat object around and reuse it for loading? |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-10-10 17:54:04 | christian.heimes | set | recipients: + christian.heimes, barry, brett.cannon, pitrou, vstinner, r.david.murray |
| 2013-10-10 17:54:04 | christian.heimes | set | messageid: <1381427644.74.0.04510099295.issue19216@psf.upfronthosting.co.za> |
| 2013-10-10 17:54:04 | christian.heimes | link | issue19216 messages |
| 2013-10-10 17:54:04 | christian.heimes | create | |