Build solver cache only onceproviders
commit99e9073fc9a5e49aa6ad21c01cd3a5a2571747a2
authorPetr Písař <ppisar@redhat.com>
Fri, 21 Mar 2014 13:27:46 +0000 (21 14:27 +0100)
committerPetr Písař <ppisar@redhat.com>
Fri, 21 Mar 2014 13:27:46 +0000 (21 14:27 +0100)
tree3a5ee16697e55596311df4dcc456d0163cde35a4
parent82498a8731de94b6c4730135b1df374c847e9f1d
Build solver cache only once

The F::R::Solver's providers cache is read-only and static. Access is
thread-safe. There is no reason why not compute it once and then use
it in each threaded job again.
lib/Fedora/Rebuild.pm