STINNER Victor <[email protected]> added the comment: > 8x faster (!) for a string of 50.000 ASCII characters
Oooh, it's just faster because encoding ASCII to UTF-8 is now O(1). The ASCII data is shared with the UTF-8 data thanks to the PEP 393! ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue13624> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
