Message 358800 - Python tracker

Message358800

Author methane
Recipients BTaskaya, bmerry, methane, pitrou, remi.lapeyre, serhiy.storchaka, vstinner
Date 2019-12-23.00:30:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1577061021.04.0.871536574388.issue36051@roundup.psfhosted.org>
In-reply-to
Content
https://github.com/python/cpython/blob/068768faf6b82478de239d7ab903dfb249ad96a4/Objects/stringlib/join.h#L105-L126

It seems we can release GIL during iterating the buffer array.
Even though there is no one big chunk, it would be beneficial if the output size is large enough (8MB+?).
History
Date User Action Args
2019-12-23 00:30:21methanesetrecipients: + methane, pitrou, vstinner, serhiy.storchaka, remi.lapeyre, BTaskaya, bmerry
2019-12-23 00:30:21methanesetmessageid: <1577061021.04.0.871536574388.issue36051@roundup.psfhosted.org>
2019-12-23 00:30:21methanelinkissue36051 messages
2019-12-23 00:30:20methanecreate