diff options
author | Ma Lin <animalize@users.noreply.github.com> | 2021-04-28 14:58:54 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-27 23:58:54 -0700 |
commit | f9bedb630e8a0b7d94e1c7e609b20dfaa2b22231 (patch) | |
tree | ca8e232aebdae960f8a55737897cd20766df71ca /Python/pystate.c | |
parent | a5e64444e6df7d1d498576bab26deaddc288a7bd (diff) | |
download | cpython-git-f9bedb630e8a0b7d94e1c7e609b20dfaa2b22231.tar.gz |
bpo-41486: Faster bz2/lzma/zlib via new output buffering (GH-21740)
Faster bz2/lzma/zlib via new output buffering.
Also adds .readall() function to _compression.DecompressReader class
to take best advantage of this in the consume-all-output at once scenario.
Often a 5-20% speedup in common scenarios due to less data copying.
Contributed by Ma Lin.
Diffstat (limited to 'Python/pystate.c')
0 files changed, 0 insertions, 0 deletions