Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf(hstr): Skip interning if the text is long enough (#10035)
**Description:** Almost all long strings are likely to differ, so there's no worth interning them. Those are mostly template literals in the case of SWC, but I didn't see any instance of very long text being identical to other instances. **Related issue:** - Closes #10031
- Loading branch information