12 Jan
2008
12 Jan
'08
10:12 a.m.
I'm curious how significant this speedup is. Do you possibly have profiling data?
Hi! Well, nobody said this is significant speedup (see subject). I just killed a needless ~O(n^2) computing (where n is the number of packages in _pkgcache_). I didn't know how significant this speed-up is (don't forget about multiple checkdeps calls, see -Rc), but clearly, this is faster (-O(n^2) for every reversedeps==TRUE checkdeps call); and should be identical with the old code. Bye