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 pitrou
Recipients pitrou, serhiy.storchaka, vstinner
Date 2012-04-23.21:23:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1335216193.84.0.395160670632.issue14654@psf.upfronthosting.co.za>
In-reply-to
Content
64-bit Linux, Intel Core i5-2500K CPU @ 3.30GHz:

                                          vanilla 3.3   patched
utf-8     'A'*10000                       6668 (+7%)	7145
utf-8         'A'*9999+'\x80'             2358 (+3%)	2418
utf-8         'A'*9999+'\u0100'           2306 (+0%)	2311
utf-8         'A'*9999+'\u8000'           2299 (+0%)	2309
utf-8         'A'*9999+'\U00010000'       2373 (-4%)	2278
utf-8     '\x80'*10000                    366 (+53%)	559
utf-8       '\x80'+'A'*9999               859 (+1%)	868
utf-8         '\x80'*9999+'\u0100'        529 (+5%)	558
utf-8         '\x80'*9999+'\u8000'        529 (+5%)	558
utf-8         '\x80'*9999+'\U00010000'    529 (+5%)	558
utf-8     '\u0100'*10000                  520 (+6%)	549
utf-8       '\u0100'+'A'*9999             822 (+0%)	823
utf-8       '\u0100'+'\x80'*9999          519 (+6%)	549
utf-8         '\u0100'*9999+'\u8000'      520 (+6%)	549
utf-8         '\u0100'*9999+'\U00010000'  520 (+6%)	549
utf-8     '\u8000'*10000                  470 (+4%)	491
utf-8       '\u8000'+'A'*9999             822 (+0%)	822
utf-8       '\u8000'+'\x80'*9999          509 (+8%)	549
utf-8       '\u8000'+'\u0100'*9999        509 (+8%)	549
utf-8         '\u8000'*9999+'\U00010000'  470 (-4%)	451
utf-8     '\U00010000'*10000              483 (-6%)	453
utf-8       '\U00010000'+'A'*9999         938 (-1%)	926
utf-8       '\U00010000'+'\x80'*9999      561 (+6%)	595
utf-8       '\U00010000'+'\u0100'*9999    561 (+6%)	595
utf-8       '\U00010000'+'\u8000'*9999    503 (-4%)	482
History
Date User Action Args
2012-04-23 21:23:13pitrousetrecipients: + pitrou, vstinner, serhiy.storchaka
2012-04-23 21:23:13pitrousetmessageid: <1335216193.84.0.395160670632.issue14654@psf.upfronthosting.co.za>
2012-04-23 21:23:13pitroulinkissue14654 messages
2012-04-23 21:23:13pitroucreate