spack/lib
Massimiliano Culpo a022e45866
ASP-based solver: optimize key to intermediate dicts (#39471)
Computing str(spec) is faster than computing hash(spec), and
since all the abstract specs we deal with come from user configuration
they cannot cover DAG structures that are not captured by str() but
are captured by hash()
2023-08-17 14:11:49 +02:00
..
spack ASP-based solver: optimize key to intermediate dicts (#39471) 2023-08-17 14:11:49 +02:00