-
Notifications
You must be signed in to change notification settings - Fork 74
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
How does nvm.fish 2.0 compare to Schniz/fnm? #82
Labels
meta
Questions, news and communication
Comments
I'll try to be fair in this comparison, but it might be difficult. You've been warned. Let's dive in!
Benchmarks$ ~/D/h/bin> time fish -c "fnm install latest"
Looking for node latest for darwin x64
Downloading https://nodejs.org/dist/latest/node-v11.14.0-darwin-x64.tar.xz to /Users/jb/.fnm/downloads/v11.14.0.tar.xz
Extracting /Users/jb/.fnm/downloads/v11.14.0.tar.xz to /Users/jb/.fnm/node-versions/v11.14.0
9.08 real 1.49 user 1.70 sys
$ ~/D/h/bin> time fish -c "nvm use latest"
fetching https://nodejs.org/dist/v11.14.0/node-v11.14.0-darwin-x64
######################################################################## 100.0%
8.05 real 1.02 user 1.44 sys |
Thanks! |
jorgebucaran
changed the title
Comparison with fnm
How does fish-nvm compare to Schniz/fnm?
Apr 27, 2019
Closed
I just released 2.0. The new nvm.fish has been rewritten for Fish 3.0, and special attention has been paid to performance and optimizing every aspect of it. As a result nvm.fish feels snappier than ever while still giving you that seamless integration with Fish. |
jorgebucaran
changed the title
How does fish-nvm compare to Schniz/fnm?
How does nvm.fish 2.0 compare to Schniz/fnm?
Dec 6, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @jorgebucaran do you have thoughts on https://github.com/Schniz/fnm ?
Would you recommend using
fish-nvm
instead?Thanks!
The text was updated successfully, but these errors were encountered: