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 Sworddragon
Recipients Sworddragon
Date 2013-11-26.16:57:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385485030.81.0.978810196169.issue19801@psf.upfronthosting.co.za>
In-reply-to
Content
In the attachments is a testcase which does concatenate 100000 times a string and than 100000 times a bytes object. Here is my result:

sworddragon@ubuntu:~/tmp$ ./test.py
String: 0.03165316581726074
Bytes : 0.5805566310882568
History
Date User Action Args
2013-11-26 16:57:10Sworddragonsetrecipients: + Sworddragon
2013-11-26 16:57:10Sworddragonsetmessageid: <1385485030.81.0.978810196169.issue19801@psf.upfronthosting.co.za>
2013-11-26 16:57:10Sworddragonlinkissue19801 messages
2013-11-26 16:57:10Sworddragoncreate