Hello,
I’ve noticed that when scanning a large number of folders within a directory by using "Everything", the process can be quite slow. I believe this might be because the API is called separately for each folder.
Would it be possible to optimize this by making a single API call to retrieve all folders within a directory (e.g., using parent:"D:\"), and then mapping the file sizes accordingly?