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 bmerry
Recipients BTaskaya, bmerry, methane, pitrou, remi.lapeyre, serhiy.storchaka, vstinner
Date 2019-12-23.05:12:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1577077949.12.0.729723320775.issue36051@roundup.psfhosted.org>
In-reply-to
Content
> It seems we can release GIL during iterating the buffer array.

That's what I had in mind. Naturally it would require a bit of benchmarking to pick a threshold such that the small case doesn't lose performance due to locking overheads. If no one else is working on it, I can give that a try early next year.
History
Date User Action Args
2019-12-23 05:12:29bmerrysetrecipients: + bmerry, pitrou, vstinner, methane, serhiy.storchaka, remi.lapeyre, BTaskaya
2019-12-23 05:12:29bmerrysetmessageid: <1577077949.12.0.729723320775.issue36051@roundup.psfhosted.org>
2019-12-23 05:12:29bmerrylinkissue36051 messages
2019-12-23 05:12:28bmerrycreate