Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Performance bottleneck for very high count of nested sub-directories #27

Open
mainak55512 opened this issue Sep 14, 2024 · 1 comment
Open
Labels
bug Something isn't working enhancement New feature or request help wanted Extra attention is needed

Comments

@mainak55512
Copy link
Owner

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.

@mainak55512 mainak55512 added bug Something isn't working enhancement New feature or request help wanted Extra attention is needed labels Sep 14, 2024
@mainak55512
Copy link
Owner Author

mainak55512 commented Sep 14, 2024

STTO:
image
SCC:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant