-
-
Notifications
You must be signed in to change notification settings - Fork 76
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
Benefits over z.sh? #12
Comments
Thanks for the question. I can see it's time for me to update the documentation. Yes, performance should probably be the biggest draw. Not having to use all those external commands ( I like to test things out on a slow system where the speed difference matters most. On my eight-year-old Windows 10 desktop running MSYS2, if I load
it takes, on average 382ms. If I load
it takes, on average, 89ms. That's a huge difference. Now, to be fair, both of those processes normally run in the background, so you won't feel that speed increase directly (but the improvements apply to other areas where the difference is palpable, such as when you invoke That brings us to another area of great improvement: stability. I wanted to see the real difference in the time it takes for the prompt to render, since the biggest drain of any The list of improvements you mention is just that -- I try to resolve bugs and annoyances where I see them. The biggest difference in behavior is my default method of tab completion, which displays the results ranked according to I'll try to write some of this up and improve the marketing value of my |
I have updated the documentation to reflect my comments here. I will try to improve this "marketing" aspect of the project as I move along. Thank you for helping to improve ZSH-z |
I see a few Improvements and Fixes at the end of the readme, but it's not clear to me as an end-user why I would use
zsh-z
overz.sh
?Is it more performant?
The text was updated successfully, but these errors were encountered: