[issue41566] Include much faster DEFLATE implementations in Python's gzip and zlib libraries. (isa-l)

Ruben Vorderman report at bugs.python.org
Tue Aug 18 03:36:54 EDT 2020


Ruben Vorderman <r.h.p.vorderman at lumc.nl> added the comment:

I just find out that libdeflate does not support streaming: https://github.com/ebiggers/libdeflate/issues/73 . I should have read the manual better.

So that explains the memory usage. Because of that I don't think it is suitable for usage in CPython.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue41566>
_______________________________________


More information about the Python-bugs-list mailing list