spack/lib
Harmen Stoppels 4f07205c63
Avoid sort on singleton list during edge insertion (#39458)
The median length of this list of 1. For reasons I don't know, `.sort()`
still like to call the key function.

This saves ~9% of total database read time, and the number of calls
goes from 5305 -> 1715.
2023-08-16 14:33:03 +02:00
..
spack Avoid sort on singleton list during edge insertion (#39458) 2023-08-16 14:33:03 +02:00