On 2 May 2013 15:12, Gilad Bracha <
gbr...@gmail.com> wrote:
> HI Rouan,
>
> The problem is not whether , is efficient per se. Rather, a sequence of
> concatenation s1, s2, s3 causes the contents of s1 and s2 to be copied
> twice - once into s1, s2 and then again into (s1, s2), s3. Plus there's an
> extra allocation. I confess I have never worried about this in Smalltalk or
> Newspeak, as it is rare for me to write code where this in a performance
> critical place. In genreal, this is a high level language. I don't recall a
> StringBuilder equivalent.
day that took long enough to make SUnit tests fail. The solution was