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

pkg/query: Reduce copy children cpu #3695

Merged
merged 1 commit into from
Aug 28, 2023
Merged

pkg/query: Reduce copy children cpu #3695

merged 1 commit into from
Aug 28, 2023

Conversation

brancz
Copy link
Member

@brancz brancz commented Aug 28, 2023

It turns out that profiling data showed that just assigning the result from copyChildren caused ~4% of CPU time, and this change should remove most of that.

It turns out that profiling data showed that just assigning the result
from copyChildren caused ~4% of CPU time, and this change should remove
most of that.
@alwaysmeticulous
Copy link

alwaysmeticulous bot commented Aug 28, 2023

✅ Meticulous spotted zero visual differences across 277 screens tested: view results.

Last updated for commit dcb14b1. This comment will update as new commits are pushed.

@brancz brancz merged commit f5cd939 into main Aug 28, 2023
@brancz brancz deleted the copychildren branch August 28, 2023 08:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants