You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the example below each d.contains(Data2 { x: 42, y: 42 }) makes the traits map grow which might slow down compilation time.
We should probably deduplicate the map entries.
The type resolution function calls this function at a later stage,
hence this one is not needed.
This makes trait map sizes smaller and saves a bunch of type ids.
Partially resolves issue #5002
In the example below each
d.contains(Data2 { x: 42, y: 42 })
makes the traits map grow which might slow down compilation time.We should probably deduplicate the map entries.
The text was updated successfully, but these errors were encountered: