You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 28, 2023. It is now read-only.
ScheduleTreeElemMappingFilter: only check identifiers once
The original code would loop over all sets in a filter and
then over all possible mapping identifiers, performing some
check on the identifiers that only need to be performed once.
Perform loop interchange to avoid the confusing duplicate checks.
0 commit comments