New submission from James Athey <[EMAIL PROTECTED]>:
I've created a patch that improves the decompression performance of
zipfile.py by up to two orders of magnitude.
In ZipFileExt.read(), decompressed bytes waiting to be read() sit in a
string buffer, self.readbuffer. When a pi
Changes by James Athey <[EMAIL PROTECTED]>:
Added file: http://bugs.python.org/file11622/zeroes.zip
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
James Athey <[EMAIL PROTECTED]> added the comment:
Why not include this in 2.6.1 or 3.0.1? The patch fixes several bugs;
it does not provide any new functionality.
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Changes by James Athey <[EMAIL PROTECTED]>:
--
title: ZipFileExt.read() can be incredibly slow -> ZipFileExt.read() can be
incredibly slow; patch included
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.py