This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author malin
Recipients malin, methane, rhettinger
Date 2020-07-11.03:09:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1594436940.78.0.510490716595.issue41265@roundup.psfhosted.org>
In-reply-to
Content
Maybe the zlib module can also use the same algorithm.

zlib module's initial buffer size is 16KB [1], each time the size doubles [2].

[1] zlib module's initial buffer size:
https://github.com/python/cpython/blob/v3.9.0b4/Modules/zlibmodule.c#L32

[2] zlib module buffer growth algorithm:
https://github.com/python/cpython/blob/v3.9.0b4/Modules/zlibmodule.c#L174
History
Date User Action Args
2020-07-11 03:09:00malinsetrecipients: + malin, rhettinger, methane
2020-07-11 03:09:00malinsetmessageid: <1594436940.78.0.510490716595.issue41265@roundup.psfhosted.org>
2020-07-11 03:09:00malinlinkissue41265 messages
2020-07-11 03:09:00malincreate