Hello,
is there a way to specify the zip method like ZIP_STORED or ZIP_DEFLATED as in python zipfile module ?
I think it is possible to speed up something if ZIP_STORED is used to "compress" egg packages. (not tested only thoughts) And on a platform with no zlib it schould be possible to create .egg files.
I have searched the docu but nothing found on that topic.
bye by Wolfgang
Wolfgang Langner wrote:
I think it is possible to speed up something if ZIP_STORED is used to "compress" egg packages.
It might be, but it might be faster on a modern machine to do less I/O and more calculation in reading a file.
--Scott David Daniels Scott.Daniels@Acm.Org