Antoine Pitrou <[email protected]> added the comment:

It is also possible to uncommit the memory without deallocating it, making 
reuse potentially faster, but that requires low-level platform-specific code 
(e.g. madvise(MADV_DONTNEED) on Linux or DiscardVirtualMemory() on Windows).

----------

_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue32759>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to