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 rhpvorderman
Recipients rhpvorderman
Date 2021-11-23.07:04:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1637651074.98.0.153102708478.issue45875@roundup.psfhosted.org>
In-reply-to
Content
The current implementation uses a lot of bytestring slicing. While it is much better than the 3.10 and earlier implementations, it can still be further improved by using memoryviews instead.

Possibly. I will check this out.
History
Date User Action Args
2021-11-23 07:04:35rhpvordermansetrecipients: + rhpvorderman
2021-11-23 07:04:34rhpvordermansetmessageid: <1637651074.98.0.153102708478.issue45875@roundup.psfhosted.org>
2021-11-23 07:04:34rhpvordermanlinkissue45875 messages
2021-11-23 07:04:34rhpvordermancreate