next.js
16933e9e
- perf(turbopack): Optimize `Rope` correctly (#80335)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
198 days ago
perf(turbopack): Optimize `Rope` correctly (#80335) ### What? Utilize _cheap clone_ of `bytes::Bytes`. I made an error in the previous pull request. ### Why? - In the name of the performance. - `bytes::Bytes` is cheap to clone.
References
#80335 - perf(turbopack): Optimize `Rope` correctly
Author
kdy1
Parents
4250c5b3
Loading