String split + join or charAt + concat (version: 1)
Performance differences of using inbuilt string and array methods for splitting and joining char array.
Or using loops to extract chars and string concatenation for joining.
Comparing performance of: split + join vs charAt + join vs split + concat vs charAt + concat