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 lemburg, pitrou
Date 2008-07-29.12:50:08
SpamBayes Score 0.04962282
Marked as misclassified No
Message-id <1217335813.15.0.404048276415.issue3460@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch. On my measurements it makes str.join() 30% to 50%
faster on non-trivial input.
History
Date User Action Args
2008-07-29 12:50:13pitrousetrecipients: + pitrou, lemburg
2008-07-29 12:50:13pitrousetmessageid: <1217335813.15.0.404048276415.issue3460@psf.upfronthosting.co.za>
2008-07-29 12:50:12pitroulinkissue3460 messages
2008-07-29 12:50:11pitroucreate