next.js
249fcec6 - Turbopack: chore: Avoid string clones in Glob::parse by using RcStr (#85579)

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