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
Run selection function in two pass (#1074)
To reduce io calls and to avoid calling os.lstat on excluded files, run the selection functions in two pass. First pass only with filenames selection.
NEW: improve I/O performance by excluding files by name before gathering metadata