Skip to content

Conversation

wstaelens
Copy link

@wstaelens wstaelens commented Oct 13, 2025

performance: removes arraylist

@dotnet-policy-service dotnet-policy-service bot added the community-contribution Indicates that the PR has been added by a community member label Oct 13, 2025
Copy link
Contributor

Tagging subscribers to this area: @dotnet/area-system-configuration
See info in area-owners.md if you want to be subscribed.

@huoyaoyuan
Copy link
Member

Same as #120661 (comment), there's no boxing here. The usage of collections can be optimized much further here, for example sorting on List<T> directly.

@wstaelens
Copy link
Author

Same as #120661 (comment), there's no boxing here. The usage of collections can be optimized much further here, for example sorting on List<T> directly.

feel free to further improve yourself, or accept this approvement.
regarding (un)boxing: true.

anyway: any gain is a gain.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area-System.Configuration community-contribution Indicates that the PR has been added by a community member

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants