[Bash-completion-devel] [Bash-completion-commits] [SCM] bash-completion branch, master, updated. 7d45595493e1f830a3ddbdff845f05ce5a0bc696

Ville Skyttä ville.skytta at iki.fi
Tue Oct 26 18:15:34 UTC 2010


On Tuesday 26 October 2010, Ville Skyttä wrote:
> On Tuesday 26 October 2010, Guillaume Rousse wrote:
> > I'm still interested in merging remaining similar patches (for rpm
> > database completion,
> 
> I don't personally find rpmdb completion too slow to warrant it being off
> by default.

Forgot to include some representative numbers about this; on a box with Athlon 
64 3200+, 3GB memory, and rpmdb on an SSD disk:

$ rpm --version
RPM version 4.8.1

$ time rpm -qa --nodigest --nosignature --qf="%{NAME} " >/dev/null

real    0m0.414s
user    0m0.277s
sys     0m0.106s

$ time rpm -qa --nodigest --nosignature --qf="%{NAME} " "x*" >/dev/null

real    0m0.390s
user    0m0.252s
sys     0m0.106s



More information about the Bash-completion-devel mailing list