chore(common): rm useless mutable#10405
Conversation
|
CodSpeed Performance ReportMerging #10405 will degrade performances by 2.4%Comparing Summary
Benchmarks breakdown
|
| @@ -293,7 +293,7 @@ pub trait Input: Clone { | |||
| /// `c` must be ASCII. | |||
| #[inline] | |||
| #[allow(clippy::wrong_self_convention)] | |||
There was a problem hiding this comment.
That clippy warning is probably gone as well then.
| #[allow(clippy::wrong_self_convention)] |
kdy1
left a comment
There was a problem hiding this comment.
I'll merge this when I'm going to make a breaking change of swc_common
|
COMMENT: The reason I’d like to merge this PR since it shows a slight performance improvement in this report. However, I’m not entirely sure whether this is just noise or an actual improvement from these changes. |
|
I know, and it's expected to be faster because But the problem is that this is a breaking change of |
No description provided.