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 serhiy.storchaka
Recipients ezio.melotti, serhiy.storchaka, syl-nktaylor, vstinner
Date 2020-12-07.20:37:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1607373433.88.0.0539287766668.issue42593@roundup.psfhosted.org>
In-reply-to
Content
BTW, CPython does not use UTF-8 and UTF-16 encoding in internal representation of strings. It uses Latin1, UCS2 and UCS4 (UTF-32).

What benchmarks show? Is your code always faster and how much? If it is slower for some data, for what data and how much?
History
Date User Action Args
2020-12-07 20:37:13serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, ezio.melotti, syl-nktaylor
2020-12-07 20:37:13serhiy.storchakasetmessageid: <1607373433.88.0.0539287766668.issue42593@roundup.psfhosted.org>
2020-12-07 20:37:13serhiy.storchakalinkissue42593 messages
2020-12-07 20:37:13serhiy.storchakacreate