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, rhettinger, serhiy.storchaka, vstinner
Date 2013-04-09.22:17:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1365545860.19.0.370216290004.issue16286@psf.upfronthosting.co.za>
In-reply-to
Content
"I will benchmark the overhead of memcmp() on short strings. We may
check the first and last characters before calling memcmp() to limit
the overhead of calling a function."

I created the issue #17628 for this point.
History
Date User Action Args
2013-04-09 22:17:40vstinnersetrecipients: + vstinner, rhettinger, gregory.p.smith, christian.heimes, djc, ezio.melotti, meador.inge, serhiy.storchaka
2013-04-09 22:17:40vstinnersetmessageid: <1365545860.19.0.370216290004.issue16286@psf.upfronthosting.co.za>
2013-04-09 22:17:40vstinnerlinkissue16286 messages
2013-04-09 22:17:40vstinnercreate