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 florianfesti
Recipients BreamoreBoy, florianfesti, georg.brandl, karld, lucas_malor, nils, pitrou, rharris
Date 2010-09-18.10:20:03
SpamBayes Score 3.15729e-10
Marked as misclassified No
Message-id <1284805208.59.0.0966073810805.issue1675951@psf.upfronthosting.co.za>
In-reply-to
Content
Attached result of a run with stdlib gzip module only. Results indicate that performance still is as bad as on Python 2. The Python 3 gzip module also still makes use of tell() ans seek(). So both argument for including this patch are still valid.

Porting the patch will include some real work to get the bytes vs string split right.
History
Date User Action Args
2010-09-18 10:20:08florianfestisetrecipients: + florianfesti, georg.brandl, pitrou, lucas_malor, rharris, karld, nils, BreamoreBoy
2010-09-18 10:20:08florianfestisetmessageid: <1284805208.59.0.0966073810805.issue1675951@psf.upfronthosting.co.za>
2010-09-18 10:20:05florianfestilinkissue1675951 messages
2010-09-18 10:20:05florianfesticreate