diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2017-10-13 17:14:42 -0700 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2017-10-13 19:46:57 -0700 |
commit | 3f091fb6db627e3e780b27757dc8edfec117cb38 (patch) | |
tree | 5ee4f6cad4efcc0f233575a11dee426de2e53219 /var | |
parent | f58c5030912d612140ef7177825f9d78babe62bf (diff) | |
download | spack-3f091fb6db627e3e780b27757dc8edfec117cb38.tar.gz spack-3f091fb6db627e3e780b27757dc8edfec117cb38.tar.bz2 spack-3f091fb6db627e3e780b27757dc8edfec117cb38.tar.xz spack-3f091fb6db627e3e780b27757dc8edfec117cb38.zip |
Use list instead of OrderedDict to find virtual/external candidates
- This reduces concretization time for r-rminer from over 1 minute to
only 16 seconds.
- OrderedDict ends up taking a *lot* of time to compare larger specs.
- An OrderedDict isn't actually needed here. It's actually not possible
to find duplicates, and we end up sorting the contents of the
OrderedDict anyway.
Diffstat (limited to 'var')
0 files changed, 0 insertions, 0 deletions