Flash String Concatenation – Keep it Simple
I’ve seen a lot of Flash libraries attempt to increase their speed in string intensive tasks by creating a custom StringBuffer class.
In many other languages, a StringBuffer is much faster than standard string concatenation. I set out to see just which method was fastest, for both the tasks of combining a handful of strings (<50) and combining a large amount of strings (>10000).
Here is the test:

