Measure difference in performance of string concatenation versus
creating an anonymous string array.
You should be able to see that anonymous string array
construction is significatnly faster than string concatenation. The
difference increases proportionally with the length of the strings
to be concatanated.