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 Neil.Hodgson
Recipients Neil.Hodgson, ethan.furman, ezio.melotti, georg.brandl, pitrou, serhiy.storchaka, vstinner
Date 2013-04-08.12:35:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1365424510.41.0.216179309626.issue17615@psf.upfronthosting.co.za>
In-reply-to
Content
A quick rewrite showed the single level case slightly faster (1%) on average but its less readable/maintainable. Perhaps taking a systematic approach to naming would allow Py_UCS1 to be deduced from PyUnicode_1BYTE_KIND and so avoid repeating the information in the case selector and macro invocation.
History
Date User Action Args
2013-04-08 12:35:10Neil.Hodgsonsetrecipients: + Neil.Hodgson, georg.brandl, pitrou, vstinner, ezio.melotti, ethan.furman, serhiy.storchaka
2013-04-08 12:35:10Neil.Hodgsonsetmessageid: <1365424510.41.0.216179309626.issue17615@psf.upfronthosting.co.za>
2013-04-08 12:35:10Neil.Hodgsonlinkissue17615 messages
2013-04-08 12:35:10Neil.Hodgsoncreate