Skip to content

Refactor for_each_pair_early calls #2199

Description

@rprospero

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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions