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
Reduced from two passes (collect + retain) to a single pass by
directly filtering during retention. This eliminates the intermediate
HashSet allocation and simplifies the logic.
0 commit comments