Skip to content

nvm.sh is slow (200ms+) #539

@dy-dx

Description

@dy-dx

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    performanceThis relates to anything regarding the speed of using nvm.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions