-
-
Notifications
You must be signed in to change notification settings - Fork 84
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
improve performance on WSL2 #504
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for looking into this issue. I believe this issue should be fixed in the upstream WSL2, but we probably need to adjust it on our side since they don't seem to be going to fix it.
I'd like to check also [[ :$PATH: == *:/mnt/*:* ]]
to determine the use of this workaround because there doesn't seem to be performance degradation as far as /mnt/*
is not present in PATH
.
Have you noticed this part? |
thank you. I'll additional check for |
That's right. |
I made change that checks |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for updating!
Co-authored-by: Koichi Murase <[email protected]>
I've merged it. Thanks! |
This PR fixes performance issue on WSL described in #96