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
Avoid rescanning invalid regions during file open.
If there is a large region of invalid data in the middle of the
file, avoid scanning it repeatedly during chain boundary
enumeration.
Because of the bisection, doing that would only be O(n*log(n)), not
quadratic like op_get_last_page(), but still good to avoid.
0 commit comments