[issue13483] Use VirtualAlloc to allocate memory arenas

STINNER Victor report at bugs.python.org
Wed Jun 19 14:03:01 CEST 2013


STINNER Victor added the comment:

> Ah ok. I guess tuples.py then indeed demonstrates a saving. I'll apply the patch.

According to my test, the memory usage is a little bit better with the patch. So Martin:,do you plan to commit the patch?

Or is a benchmark required? Or should check first check the Low Fragmentation Allocator?

I plan to test the Low Fragmentation Allocator, at least on Windows 7. But I prefer to do it later, I'm working on the PEP 445 right now.

----------

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


More information about the Python-bugs-list mailing list