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 ezio.melotti, pitrou, vstinner
Date 2012-08-10.08:10:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1344586201.69.0.953899934471.issue15612@psf.upfronthosting.co.za>
In-reply-to
Content
> It provides better performance when writing non-ASCII strings.

I would like to know why that is the case. If PyUnicode_Join is not optimal, then perhaps we should better optimize it.

Also, you should post benchmarks with tiny strings as well.
History
Date User Action Args
2012-08-10 08:10:01pitrousetrecipients: + pitrou, vstinner, ezio.melotti
2012-08-10 08:10:01pitrousetmessageid: <1344586201.69.0.953899934471.issue15612@psf.upfronthosting.co.za>
2012-08-10 08:10:01pitroulinkissue15612 messages
2012-08-10 08:10:00pitroucreate