This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author yselivanov
Recipients josh.r, serhiy.storchaka, vstinner, yselivanov
Date 2016-02-02.18:51:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1454439092.25.0.768036300088.issue26233@psf.upfronthosting.co.za>
In-reply-to
Content
> 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.

Right, but there are so many other things which contribute to the memory fragmentation.. I doubt that optimizing epoll will make any detectable improvement on that side.

All in all, I think I'm with Serhiy -- since the performance benefits are unclear, we shouldn't complicate the code.
History
Date User Action Args
2016-02-02 18:51:32yselivanovsetrecipients: + yselivanov, vstinner, serhiy.storchaka, josh.r
2016-02-02 18:51:32yselivanovsetmessageid: <1454439092.25.0.768036300088.issue26233@psf.upfronthosting.co.za>
2016-02-02 18:51:32yselivanovlinkissue26233 messages
2016-02-02 18:51:32yselivanovcreate