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

perf(get-children-values): replace slow object destructuring with single object #1586

Merged
merged 4 commits into from Dec 15, 2022

Conversation

roggervalf
Copy link
Collaborator

No description provided.

},
{},
);
const transformedProcessed: Record<string, any> = {};
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As this is now practically the same code as above, can't we refactor it into one function?

@roggervalf roggervalf merged commit 857d403 into master Dec 15, 2022
@roggervalf roggervalf deleted the fix-get-childre-values branch December 15, 2022 23:26
github-actions bot pushed a commit that referenced this pull request Dec 15, 2022
## [3.4.2](v3.4.1...v3.4.2) (2022-12-15)

### Performance Improvements

* **counts:** delete delayed marker when needed ([#1583](#1583)) ([cc26f1c](cc26f1c))
* **get-children-values:** replace slow object destructuring with single object ([#1586](#1586)) ([857d403](857d403))
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.

None yet

2 participants