Multiple different calls to for_each_pair_early do not actually use
the early return functionality. These instances should be replaced
with a regular for_each_pair. This can have significant performance
benefits, since for_each_pair_early cannot run in parallel, but
for_each_pair can.
Multiple different calls to
for_each_pair_earlydo not actually usethe early return functionality. These instances should be replaced
with a regular
for_each_pair. This can have significant performancebenefits, since
for_each_pair_earlycannot run in parallel, butfor_each_paircan.