[Python-Dev] PATCH submitted: Speed up + for string Re: PATCHsubmitted: Speed up + for string concatenation, now as fast as "".join(x) idiom

Kristján V. Jónsson kristjan at ccpgames.com
Wed Oct 18 12:47:22 CEST 2006


Doesn't it end up in a call to PyString_Concat()?  That should return a PyStringConcatenationObject too, right?
K


________________________________



	Construct like s = a + b + c + d + e , where a, b etc. have been assigned string values earlier will not benefit from the patch. 
	
	

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/python-dev/attachments/20061018/e3d4f6ba/attachment.htm 


More information about the Python-Dev mailing list