[Python-Dev] Store startup modules as C structures for 20%+ startup speed improvement? (original) (raw)
Franklin? Lee leewangzhong+python at gmail.com
Mon Sep 24 12:52:35 EDT 2018
- Previous message (by thread): [Python-Dev] Store startup modules as C structures for 20%+ startup speed improvement?
- Next message (by thread): [Python-Dev] Store startup modules as C structures for 20%+ startup speed improvement?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Fri, Sep 14, 2018 at 6:08 PM Larry Hastings <larry at hastings.org> wrote:
I can suggest that, based on conversation from Carl, that adding the stat calls back in costs you half the startup. So any mechanism where we're talking to the disk at all simply isn't going to be as fast.
Is that cost for when the stat calls are done in parallel with the new loading mechanism?
- Previous message (by thread): [Python-Dev] Store startup modules as C structures for 20%+ startup speed improvement?
- Next message (by thread): [Python-Dev] Store startup modules as C structures for 20%+ startup speed improvement?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]