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
Logic around reference validation could be extremely slow, when individual references are pulled out and dererenced separately.
There are definitions that takes more than 20 seconds to process, which is not viable in editor experience scenarios. When we implement #3038, we can just run one single dereference and collect errors as we do the single traversal. From 20 seconds we'll get to 145ms.
Logic around reference validation could be extremely slow, when individual references are pulled out and dererenced separately.
There are definitions that takes more than 20 seconds to process, which is not viable in editor experience scenarios. When we implement #3038, we can just run one single dereference and collect errors as we do the single traversal. From 20 seconds we'll get to 145ms.
Refs #3735
The text was updated successfully, but these errors were encountered: