spack/lib
Todd Gamblin 779ac9fe3e 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 18:36:56 -08:00
..
spack performance: avoid repeated DB locking on view generation 2019-12-23 18:36:56 -08:00