[issue3978] ZipFileExt.read() can be incredibly slow

2008-09-26 Thread James Athey
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

[issue3978] ZipFileExt.read() can be incredibly slow

2008-09-26 Thread James Athey
Changes by James Athey <[EMAIL PROTECTED]>: Added file: http://bugs.python.org/file11622/zeroes.zip ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue3978] ZipFileExt.read() can be incredibly slow

2008-10-01 Thread James Athey
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

[issue3978] ZipFileExt.read() can be incredibly slow; patch included

2008-12-05 Thread James Athey
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