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

make -T faster #1378

Open
eval-exec opened this issue Feb 14, 2025 · 1 comment
Open

make -T faster #1378

eval-exec opened this issue Feb 14, 2025 · 1 comment

Comments

@eval-exec
Copy link

Hello, I found eza --tree is very slow (> 5s) on large project, such as: https://github.com/rust-lang/cargo/
And I received Too many open files (os error 24), it seems this is cause eza --tree slow.
Image

@cafkafk cafkafk changed the title eza --tree get <Too many open files (os error 24)> occur on large project make -T faster Feb 14, 2025
@dougg0k
Copy link

dougg0k commented Feb 14, 2025

https://ploi.io/documentation/server/how-do-i-fix-the-too-many-open-files-error

Some terminals may offer a setting in their configurations.


https://github.com/solidiquis/erdtree Is multi threaded and does a pre-index before listing the tree. Everytime. Could be a reference to take and do improvements.

But it seems to do even in a depth 1 and lacks other options. Eza experience and visualization are still better imo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants