Skip to content

Conversation

@JoviDeCroock
Copy link
Member

@JoviDeCroock JoviDeCroock commented May 6, 2024

One of the issues we uncovered in #3648 is that upgrading to ES6 output maintained the for..of and array destructuring in our bundles which leads to a pretty considerable performance regression. This changes our build step to account for these less performant syntaxes and transforms them.

There is more low hanging fruit that can be optimised like the custom accumulatormap/... however starting with a quick win. The babel plugin also still leverages the iterator spec for non-array for loops, it optimises what it can

Fixes #3648

The performance implication would be higher if we did something akin to #3687

@JoviDeCroock JoviDeCroock marked this pull request as draft May 6, 2024 12:01
@JoviDeCroock
Copy link
Member Author

Looks like the performance improvements as seen in #3687 aren't reproducible with the babel plugin

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.

1 participant