[New-bugs-announce] [issue45875] gzip.decompress performance can be improved with memoryviews

Ruben Vorderman report at bugs.python.org
Tue Nov 23 02:04:34 EST 2021


New submission from Ruben Vorderman <r.h.p.vorderman at lumc.nl>:

The current implementation uses a lot of bytestring slicing. While it is much better than the 3.10 and earlier implementations, it can still be further improved by using memoryviews instead.

Possibly. I will check this out.

----------
components: Library (Lib)
messages: 406816
nosy: rhpvorderman
priority: normal
severity: normal
status: open
title: gzip.decompress performance can be improved with memoryviews
type: performance
versions: Python 3.11

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


More information about the New-bugs-announce mailing list