Displaying 1 result from an estimated 1 matches for "letterdisplays".
Did you mean:
letterdisplay
2007 Oct 31
3
Performance of concatenating strings
Hi,
I would like to ask how the paste(S1, S2, sep="") function internally
works. Are the two stings copied to a new String?
I have a program where successively strings are build up. First the
program calls an external function and depending on the result it
builds up strings to visualize the result. The external function is
really fast, also for huge input data. But the