Take advantage of rpmstrPoolStreq() in rpmdsCompare()
authorPanu Matilainen <pmatilai@redhat.com>
Fri, 21 Sep 2012 12:49:11 +0000 (15:49 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Fri, 21 Sep 2012 12:49:11 +0000 (15:49 +0300)
commitad3f256be3c8507473f22c92ee031d422fc712c4
tree7dd3fe57b7a57b97b7ea701a24ba5983084862be
parent971a2887f88d3944a5d828c86e021ca8e606e051
Take advantage of rpmstrPoolStreq() in rpmdsCompare()

- This gives quite a speedup for dependency checking as within
  transaction, all the dependency sets come from the same pool
  and making this just an integer comparison.
lib/rpmds.c