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

Correct wrong claim about StringBuilder performance. #2253

Merged
merged 1 commit into from
Apr 23, 2024
Merged

Correct wrong claim about StringBuilder performance. #2253

merged 1 commit into from
Apr 23, 2024

Conversation

Pedro-V
Copy link
Contributor

@Pedro-V Pedro-V commented Apr 20, 2024

The current text on the Dig Deeper article for the C# exercise "Reverse String" incorrectly says the StringBuilder approach has the worst performance of those listed, but it's actually the 2nd worst, behind the LINQ-based.

Probably just a typo, for which this PR provides a correction.

Copy link
Member

@ErikSchierboom ErikSchierboom left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@ErikSchierboom ErikSchierboom merged commit 3362af9 into exercism:main Apr 23, 2024
3 checks passed
@Pedro-V Pedro-V deleted the patch-1 branch April 23, 2024 06: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.

2 participants