Performance bottleneck for very high count of nested sub-directories #27
Labels
bug
Something isn't working
enhancement
New feature or request
help wanted
Extra attention is needed
Currently stto is outperforming other loc counters for descent number of subdirectories, but for very high volume of subdirectories, it is having performance bottleneck. For example, for a directory having 26k+ subdirectories, scc is taking 4min2sec to read 140454 files whereas stto is taking 6min37sec to read 174105 files. Though stto is reading more files but ideally it shouldn't take that much.
The text was updated successfully, but these errors were encountered: