dotnet/runtime
Voir sur GitHubSort object properties optimally in emitted config binding gen logic
Open
#92 594 ouverte le 25 sept. 2023
area-Extensions-Configurationhelp wantedtenet-performance
Métriques du dépôt
- Stars
- (17 886 stars)
- Métriques de merge PR
- (Merge moyen 12j 11h) (661 PRs mergées en 30 j)
Description
Per @eerhardt in https://github.com/dotnet/runtime/pull/89587.
ints are pretty common in config. It might make sense to keep this near the top of the check, so we don't have to check a bunch of other (less common) types first.
@dotnet/area-extensions-configuration.