dotnet/runtime
Auf GitHub ansehenSort object properties optimally in emitted config binding gen logic
Open
#92.594 geöffnet am 25. Sept. 2023
area-Extensions-Configurationhelp wantedtenet-performance
Repository-Metriken
- Stars
- (17.886 Stars)
- PR-Merge-Metriken
- (Durchschn. Merge 12T 11h) (661 gemergte PRs in 30 T)
Beschreibung
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.