Suggestion: Can we check properties in a more efficient order during structural comparisons? #38584
Labels
Domain: Performance
Reports of unusually slow behavior
Needs Investigation
This issue needs a team member to investigate its status.
A generalization of #38583: we can't tell without (expensively) resolving a property's type/signature whether it depends on a type variable, but we can heuristically check whether it syntactically appears to depend on one. If this heuristic is good enough, we might be able to check properties in a more efficient order.
The text was updated successfully, but these errors were encountered: