Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid extra call to Iterable.map #163902

Merged
merged 1 commit into from Oct 18, 2022
Merged

Conversation

mjbvz
Copy link
Contributor

@mjbvz mjbvz commented Oct 18, 2022

We loop through the nodes, so can simply do the map inside of the loop instead of making this extra call before looping

We loop through the nodes, so can simply do the map inside of the loop instead of making this extra call
@mjbvz mjbvz added this to the October 2022 milestone Oct 18, 2022
@mjbvz mjbvz requested a review from joaomoreno October 18, 2022 00:05
@mjbvz mjbvz self-assigned this Oct 18, 2022
@mjbvz mjbvz enabled auto-merge (squash) October 18, 2022 00:05
@mjbvz mjbvz merged commit 43f0785 into microsoft:main Oct 18, 2022
@joaomoreno
Copy link
Member

Thanks!

@github-actions github-actions bot locked and limited conversation to collaborators Dec 2, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants