
21 Jan
2011
21 Jan
'11
10 p.m.
----- "Nevin Liber" <nevin@eviloverlord.com> wrote :
On 21 January 2011 11:56, Dean Michael Berris <mikhailberis@gmail.com>wrote:
No changing arbitrary content in the string. Concatenation is a process of creating new strings.
Ultimately the underlying string should be efficient
Please describe how you are going to make this efficient, if concatenation effectively requires an allocation (once past the small string optimization) and a copy.
Isn't rope worth a try here ? Ivan.