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

_______________________________________________
Bash-completion-devel mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/bash-completion-devel

Reply via email to