-
-
Notifications
You must be signed in to change notification settings - Fork 724
perf(transformer/typescript): store Atom rather than String for ConstantValue::String
#12458
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(transformer/typescript): store Atom rather than String for ConstantValue::String
#12458
Conversation
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
ConstantValue::StringAtom rather than String for ConstantValue::String
9ab93fc to
50c3a80
Compare
CodSpeed Instrumentation Performance ReportMerging #12458 will not alter performanceComparing Summary
Footnotes |
9f82de1 to
fb1a5f7
Compare
50c3a80 to
3f5be6b
Compare
fb1a5f7 to
dcb245c
Compare
3f5be6b to
1ea35fa
Compare
1ea35fa to
53ed334
Compare
Merge activity
|
…ConstantValue::String` (#12458) The `ConstantValue` would finally be used in the AST, so it can store it as `Atom` rather than `String`, which can be faster and use less memory usage.
53ed334 to
f32c816
Compare
Merge activity
|

The
ConstantValuewould finally be used in the AST, so it can store it asAtomrather thanString, which can be faster and use less memory usage.