JUCE
JUCE copied to clipboard
1053: String append performance problem
trafficstars
Now the appendCharPointer method only preallocates more space if the appended data won't fit into the already preallocated space. Now the juce::String copy constructor always copies the string. Now the juce::String::operator+ method always copies the string