dotnet/runtime
Sort object properties optimally in emitted config binding gen logic
オープン
#92,594 opened on 2023/09/25
area-Extensions-Configurationhelp wantedtenet-performance
Repository metrics
- Stars
- (17,886 個のスター)
- PR merge metrics
- (平均マージ 12d 11h) (30d で 661 merged PRs)
説明
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.