https://bugzilla.novell.com/show_bug.cgi?id=818503 https://bugzilla.novell.com/show_bug.cgi?id=818503#c5 --- Comment #5 from Thomas Wagner <wagner-thomas@gmx.at> 2014-07-10 14:05:00 UTC ---
zypper+XML is probably too slow..... Just did a test and XML-dump zypper's packages. It takes approx 2 second (28550 available packages on my Xeon L5506 @ 2.13GHz)
time zypper -x --no-refresh se > /dev/null real 0m2.218s user 0m1.971s sys 0m0.159s Extracting package names with grep increases duration by about 0.4 sec. # time zypper -x --no-refresh se | grep -o -P '(?<=name\=\").*(?=\" summary)' > /dev/null real 0m2.565s user 0m2.450s sys 0m0.156s And even it's slow on the first try, it's better having it slow than not having it at all. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.