[issue26382] List object memory allocator

Catalin Gabriel Manciu report at bugs.python.org
Fri Feb 19 04:20:12 EST 2016


Catalin Gabriel Manciu added the comment:

Hi Victor,

This patch follows the same idea as your proposal, but it's focused on a single object type. I think doing this incrementally is the safer approach, allowing us to have finer control over the new 
areas where we enable allocating using the small object allocator and detect where this replacement might be detrimental to the performance.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26382>
_______________________________________


More information about the Python-bugs-list mailing list