[Python-Dev] this is what happens if you freeze all the modules required for startup
"Martin v. Löwis"
martin at v.loewis.de
Thu Apr 17 23:18:52 CEST 2014
More information about the Python-Dev mailing list
Thu Apr 17 23:18:52 CEST 2014
- Previous message: [Python-Dev] this is what happens if you freeze all the modules required for startup
- Next message: [Python-Dev] this is what happens if you freeze all the modules required for startup
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Am 17.04.14 20:47, schrieb Brett Cannon: > Because people keep bringing it up, below is the results of hacking up > the interpreter to include a sys.path entry for ./python35.zip instead > of hard-coding to /usr/lib/python35.zip and simply zipped up Lib/ > recursively. TL;DR, zipimport performance no longer measures up > (probably because of stat caching and such that importlib introduced). > > ### normal_startup ### > > Min: 0.510211 -> 2.667958: 5.23x slower > Not sure how to interpret this: what is 5.23x slower than what? Regards, Martin
- Previous message: [Python-Dev] this is what happens if you freeze all the modules required for startup
- Next message: [Python-Dev] this is what happens if you freeze all the modules required for startup
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list