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
chore: avoid unnecessary sort to get smallest value
This changes getEarliestTimestamp() to walk the list a single time,
instead of performing a full sort, as a sorted list is not needed, just
the smallest value.
0 commit comments