Florian Festi <florianfe...@users.sourceforge.net> added the comment:

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.

----------
Added file: http://bugs.python.org/file18917/result-py3.txt

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue1675951>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to