python-lzo
python-lzo copied to clipboard
Decompressing without loading all the input or output into memory at once
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!