JUCE icon indicating copy to clipboard operation
JUCE copied to clipboard

1053: String append performance problem

Open frordX opened this issue 2 years ago • 0 comments
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

frordX avatar Jun 05 '23 13:06 frordX