-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Blazor WASM] - Investigate 6% size regression in System.Collections.dll.br #51572
Comments
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label. |
Likely related to #51571. Seeing lots of infrastructure to support |
I believe the code path below is responsible for this regression. runtime/src/libraries/System.Text.Json/src/System/Text/Json/Node/JsonObject.IDictionary.cs Lines 108 to 124 in ccc25a9
In particular, on line 120, there's a call to If the |
Tagging subscribers to this area: @eiriktsarpalis, @layomia Issue DetailsSize increase in System.Collections.dll.br as observed in https://msit.powerbi.com/groups/me/apps/54e0e83f-07bc-45bf-87b7-a7677ff3af2a/dashboards/fa051820-ff60-4d40-8a08-bdcc1b47b1d0 cc @CoffeeFlux - is this worth investigating ?
|
cc @steveharter. This overlaps with the effort to use a strongly-typed sorted dictionary to store That aside, this is related to #51311 and my comment here #51571 (comment). |
Size increase in System.Collections.dll.br as observed in https://msit.powerbi.com/groups/me/apps/54e0e83f-07bc-45bf-87b7-a7677ff3af2a/dashboards/fa051820-ff60-4d40-8a08-bdcc1b47b1d0
cc @CoffeeFlux - is this worth investigating ?
The text was updated successfully, but these errors were encountered: