Message 358784 - Python tracker

Message358784

Author pitrou
Recipients BTaskaya, bmerry, pitrou, remi.lapeyre, serhiy.storchaka, vstinner
Date 2019-12-21.20:31:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1576960303.16.0.479636488682.issue36051@roundup.psfhosted.org>
In-reply-to
Content
If there is a large chunk (e.g. several MBs), dropping the GIL during the memcpy of that chunk may be beneficial.  This kind of optimization may be applicable in other similar cases (such as extending a bytearray or a BytesIO object).
History
Date User Action Args
2019-12-21 20:31:43pitrousetrecipients: + pitrou, vstinner, serhiy.storchaka, remi.lapeyre, BTaskaya, bmerry
2019-12-21 20:31:43pitrousetmessageid: <1576960303.16.0.479636488682.issue36051@roundup.psfhosted.org>
2019-12-21 20:31:43pitroulinkissue36051 messages
2019-12-21 20:31:43pitroucreate