Use a saner pool hash resize hint
authorPanu Matilainen <pmatilai@redhat.com>
Sat, 15 Sep 2012 09:49:15 +0000 (12:49 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Sat, 15 Sep 2012 09:49:15 +0000 (12:49 +0300)
commit95329e10bee61848428c12e971fb9749a1285b55
tree2199e4dacea81f5e9a80f5f120d79d718af53000
parent57f9d42a0eb380d93dfe8efeb52f366e754ad0c9
Use a saner pool hash resize hint

- The previous size hint would actually cause us to shrink the hash
  bucket allocation, requiring the hash to resize itself immediately
  afterwards. As if the rehashes weren't expensive enough already...
rpmio/rpmstrpool.c