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
If the user already has supplied a query that yields M (where M > 0) matches,
inserting the K newly read choices after index M only requires searching through
M + K choices instead of N (where N being all choices). This improves
performance when the user types a query faster than the input pace on stdin.
0 commit comments