[issue16286] Use hash if available to optimize a==b and a!=b for bytes and str

STINNER Victor report at bugs.python.org
Tue Dec 17 00:10:58 CET 2013


STINNER Victor added the comment:

If it's hard to see a real speedup, it's probably not interesting to use the hash in string comparison.

----------
resolution:  -> invalid
status: open -> closed

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


More information about the Python-bugs-list mailing list