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

Update String Concatenation #9

Merged
merged 1 commit into from
Oct 27, 2023

Conversation

Amir-Helali
Copy link
Contributor

Replaced the previous method of string concatenation which was using the + operator with StringBuilder. This was done based on the issue #4 recommendation in order to improve performance and memory efficiency. This fixes issue #4.

Replaced the previous method of string concatenation which was using the + operator with StringBuilder.
@dmitry-ivashenko
Copy link
Owner

Thank you all. I'll include this in the upcoming release.

@dmitry-ivashenko dmitry-ivashenko merged commit 32d22d9 into dmitry-ivashenko:main Oct 27, 2023
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.

3 participants