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

PERFORMANCE: ICU4N.Impl.LocaleIDParser: Converted to ref struct using ValueStringBuilder internally to reduce allocations #51

Merged
merged 1 commit into from
Nov 16, 2023

Conversation

NightOwl888
Copy link
Owner

The LocaleIDParser is used by UCultureInfo and in UResourceBundle as one of the primary ways of determining which resources to load, so optimizing this parser is very impactful in reducing heap allocations and GC.

… ValueStringBuilder internally to reduce allocations
@NightOwl888 NightOwl888 merged commit d15cd2b into main Nov 16, 2023
1 check passed
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