spack/lib/spack
Todd Gamblin a85b9070cb
performance: avoid repeated DB locking on view generation
`ViewDescriptor.regenerate()` checks repeatedly whether packages are
installed and also does a lot of DB queries.  Put a read transaction
around the whole thing to avoid repeatedly locking and unlocking the DB.
2019-12-23 23:18:44 -08:00
..
docs Document use of the maintainers field (#13748) 2019-11-17 15:30:08 -07:00
env Users can configure use of RPATH or RUNPATH (#9168) 2019-10-23 13:22:24 -07:00
external External: add macholib and altgraph needed to relocate Mach-o binaries on Linux (#12909) 2019-09-26 11:48:22 -05:00
llnl cpu: fix clang flags for generic x86_64 (#13491) 2019-11-01 03:49:16 -07:00
spack performance: avoid repeated DB locking on view generation 2019-12-23 23:18:44 -08:00