[issue36694] Excessive memory use or memory fragmentation when unpickling many small objects

Serhiy Storchaka report at bugs.python.org
Wed May 1 08:30:38 EDT 2019


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

PR 13036 makes the C implementation no longer memoizing temporary objects. This decreases memory fragmentation and peak memory consumption on pickling and unpickling.

----------

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


More information about the Python-bugs-list mailing list