-
-
Notifications
You must be signed in to change notification settings - Fork 439
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
lsd is slow Windows #200
Comments
Is windows even supported? |
Hi!
Yep but it's in early stage for now. I will soon add some documentation into the README. |
Cool, because I was surprised to see Windows issues when I couldn't find anything in the readme. Nice! I will also try it in my secondary windows machine |
I tried in Windows and it is as fast as in WSL, sometimes faster. But I do sometimes come across the error |
very very very slow in win 10, listing a directory with four sub-folders will cost one minute or more. |
Any news on this? The same directory works great in WSL but takes over 20s on Git Bash for me. |
generally 1/10 speed of ls |
@cdecompilador please discuss the performance issue on windows here |
#484 has some works in progress |
I don't know Rust, but is there anything i can do to help #484 go forward? It seems that the (last?) hang up is regarding the PR code coverage? |
hi @ArnaudKunzi, it seems there is not only the coverage, some discussions need to be resolved, and added some of mine just now, let's try to make it happen in the near future. |
Would that help if I tried to fork @vvuk's PR #484 and resubmit it with the requested changes? |
Any progress on this issue? |
The PR needs to be rebased to the latest main branch version but I don't have sufficient knowledge to solve all conflicts and accommodate the other changes that happened since, so unless someone else fixes it, this is it. |
have you asked for help/support from the other contributors? |
Even the latest
|
as v1.0.0 is finally released, I will spend some time on this, We may improve this step by step, but I can not guarantee any time schedule... it's welcome for any PR improvement to be sent! |
I have a look at #484, and it is not difficult to implement as an option, so I did a POC Any comment is welcome, and we could do it in this way if it works for people who meet this problem. |
in my test. ===
===
|
Performance is very slow - about 50 seconds to list a few files.
The long delay appears to be in calling
lsd::meta::windows_utils::get_acl_access_mask
.Possibly relevant details - I'm testing on Win10 1903 on a domain joined machine. I suspect the issue is contacting the domain controller, because when I disconnect the machine from the network,
lsd.exe
gives me this error:I also tested on a non-domain joined machine (Server 2016) and it seemed plenty fast.
The text was updated successfully, but these errors were encountered: