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 vstinner
Recipients christian.heimes, djc, ezio.melotti, gregory.p.smith, meador.inge, pitrou, python-dev, rhettinger, serhiy.storchaka, vstinner
Date 2013-11-12.16:10:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1384272648.17.0.56765714933.issue16286@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-11-12 16:10:48vstinnersetrecipients: + vstinner, rhettinger, gregory.p.smith, pitrou, christian.heimes, djc, ezio.melotti, meador.inge, python-dev, serhiy.storchaka
2013-11-12 16:10:48vstinnersetmessageid: <1384272648.17.0.56765714933.issue16286@psf.upfronthosting.co.za>
2013-11-12 16:10:48vstinnerlinkissue16286 messages
2013-11-12 16:10:47vstinnercreate