Replies: 1 comment 3 replies
-
Would you link to the actual benchmark you ran or the sourcecode in the engines? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Dear team,
I would like to bring to your attention a potential performance consideration regarding the current code generation strategy.
The rolldown-vite transpiler consistently uses template literals (backticks) for all string literals in the generated code, even when no variable interpolation is needed. For example:
While the performance difference is minimal for individual string operations, template literals have a slight overhead compared to regular string literals due to:
Proposal:
"vite": "rolldown-vite v7.1.19"
Beta Was this translation helpful? Give feedback.
All reactions