Replies: 1 comment
-
Can you profile it? I think rustc will optimize it |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was looking at the code for
WriteJs
/JsWriter
and I believe we could use a proc macro to turn this:into...
This would avoid having to do any calculations for stuff at runtime that's known at compile time and improve the source map emit's performance.
Beta Was this translation helpful? Give feedback.
All reactions