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

Use Stringbuilder in Concat function and test performance #79

Open
thygesteffensen opened this issue Mar 4, 2022 · 0 comments
Open

Comments

@thygesteffensen
Copy link
Member

Not needed to fix, but small performance increate using a string builder to append x strings, otherwise you will allokate so0 = s0+s1, then so1 = so0 + s2, so2 = so1 +s3 ect.

can be optimized later (would be cool to have some performance tests/messures) fore optimizing things.

Originally posted by @pksorensen in #75 (comment)

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

No branches or pull requests

1 participant