Hi, On Wed, 19 Dec 2007, Stefan Hundhammer wrote:
Contrary to solving dependencies, the user interface doesn't need to be optimized to the last nanosecond.
Says he who complains about searching being too slow...
That's not because the UI is too slow, but because the way the search is implemented in libzypp is. sqlite isn't optimized for searching strings in the database. This particular detail (the kind thingy) can really be implemented via code instead of data. Btw.: % time ./dumpattr -bi downloading < test.attr > /dev/null real 0m0.170s user 0m0.164s sys 0m0.004s This happens to search for the string "downloading" (case insensitive) in all textual attributes of the 10.3 DVD biarch Repository, and it's compiled without optimization. Ciao, Michael. -- To unsubscribe, e-mail: zypp-devel+unsubscribe@opensuse.org For additional commands, e-mail: zypp-devel+help@opensuse.org