eza icon indicating copy to clipboard operation
eza copied to clipboard

make `-T` faster

Open eval-exec opened this issue 1 year ago • 1 comments

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

eval-exec avatar Feb 14 '25 03:02 eval-exec

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.

dougg0k avatar Feb 14 '25 14:02 dougg0k