python-lzo icon indicating copy to clipboard operation
python-lzo copied to clipboard

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

Open michalc opened this issue 2 years ago • 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!

michalc avatar Jan 27 '24 15:01 michalc