Re: [Indic-computing-devel] Re: Indic-computing-devel digest, Vol 1 #38 - 8 msgs
Status: Alpha
Brought to you by:
jkoshy
From: Arun S. <ar...@sh...> - 2002-03-14 07:49:20
|
On Thu, Mar 14, 2002 at 12:47:58PM +0530, Tapan S. Parikh wrote: > > Not if you use StringBuffer in Java. (Not that Im some Java advocate or > anything, sometimes it _is_ painfully slow...) Is there any similar > mechanism in Python, or maybe this is it? StringBuffer can be used in jython, but that's not a part of the standard python API. I picked up the idiom from here: http://manatee.mojam.com/~skip/python/fastpython.html#stringcat Am yet to try it out. -Arun |