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 pitrou
Recipients asnakelover, brian.curtin, jackdied, nirai, pitrou
Date 2009-12-14.22:40:53
SpamBayes Score 0.0003238593
Marked as misclassified No
Message-id <1260830455.09.0.838654216464.issue7471@psf.upfronthosting.co.za>
In-reply-to
Content
I confirm that the patch gives good speedups. It would be nice if there
was a comment explaining what extrabuf, extrastart and extrasize are.

In 3.x, a better but more involved approached would be to rewrite the
gzip module so as to take advantage of the standard IO classes
(especially BufferedReader / BufferedWriter), which are written in C and
are therefore much faster.
History
Date User Action Args
2009-12-14 22:40:55pitrousetrecipients: + pitrou, jackdied, nirai, brian.curtin, asnakelover
2009-12-14 22:40:55pitrousetmessageid: <1260830455.09.0.838654216464.issue7471@psf.upfronthosting.co.za>
2009-12-14 22:40:53pitroulinkissue7471 messages
2009-12-14 22:40:53pitroucreate