rust/compiler/rustc_middle
est31 a21c2eb121 Iterate over the smaller list
If there are two lists of different sizes,
iterating over the smaller list and then
looking up in the larger list is cheaper
than vice versa, because lookups scale
sublinearly.
2020-10-24 15:57:42 +02:00
..
2020-10-24 15:57:42 +02:00
2020-10-08 13:17:01 +02:00

For more information about how rustc works, see the rustc dev guide.