[issue17615] String comparison performance regression

Neil Hodgson report at bugs.python.org
Wed Apr 3 06:27:19 CEST 2013


Neil Hodgson added the comment:

The common cases are likely to be 1:1, 2:2, and 1:2. There is already a specialisation for 1:1. wmemcmp is widely available but is based on wchar_t so is for different widths on Windows and Unix. On Windows it would handle the 2:2 case.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17615>
_______________________________________


More information about the Python-bugs-list mailing list