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
[primer] Simplify residual pairing to single-sided bucketing
Bucket only the *new* side and walk ``old_residuals`` once, popping
from each matching bucket. That removes the dual ``old_by_key``
dictionary and the ``paired_old_ids`` / ``paired_new_ids`` shadow
bookkeeping — we can build ``final_missing`` inline in the old-side
walk, and ``final_new`` still reads from the untouched input list.
0 commit comments