mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-07 20:31:01 -05:00
5c1094adb9
finding_local_version_file is extremely slow, when working directory is under the UNC path. Because //host/.rbenv-version and //.rbenv-version do not exist, but testing them is so slow. It's the reason to make a serious delay of the response, when the Ruby runs with a current working directory under the UNC path under Cygwin environment. A response of before applying this patch. //somehost/somedir $ time ruby -e "exit" real 0m13.922s user 0m0.168s sys 0m0.287s A response of after applying this patch. //somehost/somedir $ time ruby -e "exit" real 0m0.721s user 0m0.153s sys 0m0.319s |
||
---|---|---|
.. | ||
rbenv | ||
rbenv---version | ||
rbenv-commands | ||
rbenv-completions | ||
rbenv-exec | ||
rbenv-global | ||
rbenv-help | ||
rbenv-hooks | ||
rbenv-init | ||
rbenv-local | ||
rbenv-prefix | ||
rbenv-rehash | ||
rbenv-root | ||
rbenv-sh-rehash | ||
rbenv-sh-shell | ||
rbenv-shims | ||
rbenv-version | ||
rbenv-version-file | ||
rbenv-version-file-read | ||
rbenv-version-file-write | ||
rbenv-version-name | ||
rbenv-version-origin | ||
rbenv-versions | ||
rbenv-whence | ||
rbenv-which |