-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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(es/ast): Use smallvec and reduce size if possible #10026
Conversation
|
Numbers for RSS of the SWC minifier as standalone:
With small vector optimization:
The gain is only 10MB, so I think this optimization does not worth the effort |
Description:
Related issue:
es/ast
:Box<Expr>
can use SmallVec for free #10001es/ast
:ExprOrSpead#spread
can beOption<BytePos>
#10002