[issue18003] lzma module very slow with line-oriented reading.

Larry Hastings report at bugs.python.org
Wed Jun 3 00:09:35 CEST 2015


Larry Hastings added the comment:

If I understand this correctly, I can ignore everything up to May 2015, as it has to do with line-reading a compressed binary file (!) being slow.

Then, Martin Panter proposes a new optimization in May 2015, which is to simply add __iter__ methods to gzip.GzipFile and lzma.LZMAFile.

Is this right?

----------

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


More information about the Python-bugs-list mailing list