jd-boyd/python-lzo

Decompressing without loading all the input or output into memory at once

Opened this issue · 0 comments

Is there a way to use python-lzo to decompress lzo streams without loading all the input (or the output) into memory at once?

Nosing around the docs and the source I think the answer is no, but just wanted to check

Thanks!