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
Just an optimization. Some of the relationship callbacks require quite a few calculations to determine whether they need to be called. We could easily short-circuit all that if there aren't any callbacks registered. Could make a big difference over time with large traversals.
The text was updated successfully, but these errors were encountered:
Just an optimization. Some of the relationship callbacks require quite a few calculations to determine whether they need to be called. We could easily short-circuit all that if there aren't any callbacks registered. Could make a big difference over time with large traversals.
The text was updated successfully, but these errors were encountered: