[issue26233] select.epoll.poll() should avoid calling malloc() each time

STINNER Victor report at bugs.python.org
Tue Feb 2 03:40:09 EST 2016


STINNER Victor added the comment:

@Yury, Serhiy: Do you think that it's worth to avoid malloc in epoll? Aside of the performance, my colleague also told me that heavy pressure on the memory allocator can slowly create framgmentation of the heap memory, which is true.

----------

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


More information about the Python-bugs-list mailing list