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

Using string.IndexOf overload with StringComparison.Ordinal parameter #71

Merged

Conversation

davidnemeti
Copy link
Contributor

It improves performance which has a regression in .NET (Core) since ICU is being used.
fixes #70

to improve performance which has a regression in .NET (Core) since ICU is being used
@rivantsov rivantsov merged commit 48f4344 into IronyProject:master Aug 30, 2024
2 checks passed
@davidnemeti davidnemeti deleted the FixIndexOfPerformanceProblem branch August 31, 2024 08:52
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.

Parsing in .NET (Core) is significantly slower compared to .NET Framework
2 participants