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
graph: Avoid cloning keys when building load_related candidate set
Hold borrowed `EntityKey` references in the candidate `BTreeSet` instead
of cloning into owned keys. The keys borrow from `stored`, `self.updates`,
and `self.handler_updates`, all of which outlive the candidate set.
0 commit comments