[issue1675951] [gzip] Performance for small reads and fix seek problem

Antoine Pitrou report at bugs.python.org
Thu Jun 17 12:49:13 CEST 2010


Antoine Pitrou <pitrou at free.fr> added the comment:

The patch could only be applied to 3.2 (2.7 is frozen now). But the gzip code has changed quite a bit and I would advocate creating a new patch if you are interested.
Do notice that performance should also be much better in 3.2, and it is possible to wrap a gzip object in a io.BufferedReader object so as to reach even better performance.

----------
versions: +Python 3.2 -Python 2.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1675951>
_______________________________________


More information about the Python-bugs-list mailing list