next.js
249fcec6
- Turbopack: chore: Avoid string clones in Glob::parse by using RcStr (#85579)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
150 days ago
Turbopack: chore: Avoid string clones in Glob::parse by using RcStr (#85579) `Glob::parse` is mostly called by the `Glob::new` turbo-task function which has an `RcStr`, so let's just use that instead of doing `RcStr` -> `&str` -> `String`.
References
#85579 - Turbopack: chore: Avoid string clones in Glob::parse by using RcStr
Author
bgw
Parents
0ffa31e8
Loading