[Python-3000] stdlib as .zip by default

Greg Ewing greg.ewing at canterbury.ac.nz
Tue Jun 24 03:31:10 CEST 2008


Oleg Broytmann wrote:
>    Instead of seeking in the filesystem you end up seeking in the zip. Why
> do you expect it'd be faster?

It might help if everything the interpeter needs during
startup could be grouped together in the zip file, so
that it's spread over less disk blocks.

-- 
Greg


More information about the Python-3000 mailing list