next.js
16933e9e - perf(turbopack): Optimize `Rope` correctly (#80335)

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.
Author
Parents
Loading