spack/lib
Todd Gamblin f013687397
performance: reduce system calls required for remove_dead_links
`os.path.exists()` will report False if the target of a symlink doesn't
exist, so we can avoid a costly call to realpath here.
2019-12-23 23:18:46 -08:00
..
spack performance: reduce system calls required for remove_dead_links 2019-12-23 23:18:46 -08:00