specify zip method (ZIP_STORED, ZIP_DEFLATED)

28 Nov
2005
28 Nov
'05
8:25 a.m.
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

19 Dec
19 Dec
6:51 a.m.
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
6305
Age (days ago)
6326
Last active (days ago)
1 comments
2 participants
participants (2)
-
Scott David Daniels
-
Wolfgang Langner