This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients christian.heimes, pitrou, r.david.murray, rhdv, serhiy.storchaka, shashank
Date 2012-11-04.16:00:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1352044858.22.0.312324846263.issue10030@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch which optimize (speed up 2x) Python implementation of ZIP decryptor.  It is almost the maximum of what can be achieved without significant degradation of maintainability.

Of course, 2x is less then 100x, but it more portable and costs almost nothing.  If that's not enough, I suggest to use an external unzip. You can even run multiple unzips at a time for the parallel extraction of multiple files.

If in the future someone will implement the strong encryption for ZIP files, it is possible it will required a C accelerator module and it is possible there will be a place for PKWARE's traditional encryption.
History
Date User Action Args
2012-11-04 16:00:58serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, christian.heimes, r.david.murray, shashank, rhdv
2012-11-04 16:00:58serhiy.storchakasetmessageid: <1352044858.22.0.312324846263.issue10030@psf.upfronthosting.co.za>
2012-11-04 16:00:58serhiy.storchakalinkissue10030 messages
2012-11-04 16:00:57serhiy.storchakacreate