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
Precompute upper bound for number of files to scan
Instead of calling the CodeBase iterator directly, finder now splits the scan
into two steps:
1. Build a list of all the files that might be in the code base.
2. Determine which files are in the code base.
The first step is a lot quicker than the second one, and tqdm can use the
length of the list to create a progress bar.
Signed-off-by: John Pennycook <john.pennycook@intel.com>
0 commit comments