Conversation
|
Tagging subscribers to this area: @dotnet/ncl Issue Detailsnull
|
|
Maybe I'm out of date, but what is the improvement from using this syntax? It's not consistency as we now use both. |
|
I much prefer it for readability in many cases. |
Do you have an example for what resulted in worse perf? In general, that shouldn't be the case, and we should fix whatever is resulting in the degradation. |
|
Running the dotnet/performance suite: Benchmark results
Codegen-wise they're all size regressions Size diffsI know Roslyn will emit different approaches here (e.g. binary search instead of just N comparisons), but I haven't looked into which parts were actually contributing most to the regressions. |
No description provided.