[Python-Dev] Fast Implementation for ZIP decryption (original) (raw)
Ludvig Ericson ludvig at lericson.se
Sun Aug 30 17:58:59 CEST 2009
- Previous message: [Python-Dev] Fast Implementation for ZIP decryption
- Next message: [Python-Dev] Fast Implementation for ZIP decryption
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 30 aug 2009, at 16:34, Shashank Singh wrote:
just to give you an idea of the speed up:
a 3.3 mb zip file extracted using the current all-python implementation on my machine (win xp 1.67Ghz 1.5GB) takes approximately 38 seconds. the same file when extracted using c implementation takes 0.4 seconds.
If this matters to the users of the API, then likely they'd search for
alternatives -- no need for it to go into the standard library just
because it replaces functionality, or am I misunderstanding?
- Ludvig Ericson <ludvig at lericson.se>
- Previous message: [Python-Dev] Fast Implementation for ZIP decryption
- Next message: [Python-Dev] Fast Implementation for ZIP decryption
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]