[issue21220] Enhance obmalloc allocation strategy

Antoine Pitrou report at bugs.python.org
Tue Apr 15 18:59:54 CEST 2014


Antoine Pitrou added the comment:

In Python 3, arenas are allocated using mmap(), so wherever the arena ends up in the address space shouldn't matter, should it?
Also, the new strategy adds an O(n) component in the allocator.

----------
nosy: +neologix, pitrou, tim.peters

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


More information about the Python-bugs-list mailing list