|
发表于 2010-12-21 20:41:45
|
显示全部楼层
pacman你搜完一次, 之后的搜索都很快的, 因为有cache了
我没有对pacman的DB进行任何优化, 我的测试结果:
- # sync
- # echo 1 > /proc/sys/vm/drop_caches
- # time pacman -Ss fcitx
- extra/fcitx 4.0.0-1
- Free Chinese Input Toy of X, a collection of Simplified Chinese input methods for Linux
- real 0m14.670s
- user 0m0.457s
- sys 0m1.193s
- # time pacman -Ss fcitx
- extra/fcitx 4.0.0-1
- Free Chinese Input Toy of X, a collection of Simplified Chinese input methods for Linux
- real 0m0.565s
- user 0m0.297s
- sys 0m0.257s
复制代码 |
|