One of my process requires a huge number of string concatenations and I am not sure that the internal implementation of the '.' operator is appropriate in such cases.
Is the '.' operator the best compromise ?
Or is there a way to handle something like a StringBuffer (in order to define 'manually' the initial size of the string and the increment of the string representation) ?
Or do you have any other proposal ?
Thanks
Emmanuel