Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1053: String append performance problem #1235

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Conversation

frordX
Copy link

@frordX frordX commented Jun 5, 2023

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 frordX marked this pull request as draft June 5, 2023 21:32
@frordX frordX changed the title [WIP] 1053: String append performance problem 1053: String append performance problem Jun 5, 2023
@frordX frordX marked this pull request as ready for review June 17, 2023 17:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant