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
Currently, we loop over all fixtures and all attributes, for each one tracing the current value through the state stack. This is very inefficient! It's only necessary to re-check an attribute if it might have changed, e.g. if it's assigned to a function. There are many possible strategies for making the scanout process many times more efficient.
The text was updated successfully, but these errors were encountered:
Currently, we loop over all fixtures and all attributes, for each one tracing the current value through the state stack. This is very inefficient! It's only necessary to re-check an attribute if it might have changed, e.g. if it's assigned to a function. There are many possible strategies for making the scanout process many times more efficient.
The text was updated successfully, but these errors were encountered: