Speedup
未關閉
- 主要語言
- Shell
- 星號
- 1
- 分支
- 0
- PR 合併指標
- 30 天內沒有已合併 PR
描述
```bash
$ time source ~/.bashrc
real 0m0.162s
$ time find $HOME/bin -type l -depth 1 | tr "\n" ':'
real 0m0.010s
$ time /usr/libexec/java_home
real 0m0.020s
$ time source ~/.bashrc_shared/chnode
real 0m0.004s
$ time source ~/.bashrc_shared/chruby.sh
real 0m0.009s
$ time source ~/.bashrc_shared/git-completion
real 0m0.020s
$ time source ~/.bashrc_shared/z.sh
real 0m0.012s
$ time chruby 2
real 0m0.079s
$ time chnode 7
real 0m0.004s
```
貢獻指南
這個儲存庫沒有索引到貢獻指南
評估
這個 Issue 還沒有評估資料。