[issue18003] New lzma crazy slow with line-oriented reading.

Serhiy Storchaka report at bugs.python.org
Sun May 19 11:02:53 CEST 2013


Serhiy Storchaka added the comment:

I'm against implementing LZMAFile in a pure C. It was a great win that LZMAFile had implemented in a pure Python. However may be we could reuse the existing accelerated implementation of io.BufferedReader.

----------

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


More information about the Python-bugs-list mailing list