STINNER Victor added the comment:

I ran pybench with the patch. I don't understand this result (10% slower with 
the patch):

DictWithStringKeys:    28ms    25ms  +10.7%    28ms    26ms  +10.5%

This test doesn't use unicode_compare_eq() from Objects/unicodeobject.c but 
unicode_eq() from Objects/stringlib/eq.h which is not modified by the patch.

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

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16286>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to