-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Closed
Labels
performanceThis relates to anything regarding the speed of using nvm.This relates to anything regarding the speed of using nvm.
Description
On my system (OSX 10.9.5 & bash 4.3.27), nvm adds a lot of time to my .bash_profile:
$ time source ~/.nvm/nvm.sh
real 0m0.218s
user 0m0.107s
sys 0m0.163s
--This is much slower than rvm--:
$ time source ~/.rvm/scripts/rvm
real 0m0.011s
user 0m0.005s
sys 0m0.006s
I do not use .nvmrc files.
pldg, raiskila, loureirorg, schneiderfelipe and carlosdelfino
Metadata
Metadata
Assignees
Labels
performanceThis relates to anything regarding the speed of using nvm.This relates to anything regarding the speed of using nvm.