it seems that in more cases than not, i find that developers use a stream when concatenating some text strings.

I am wondering if this is a smalltalk thing, or is there a real speed benefit when using streams in this way.

Thanks!