next.js
2c8fcc5e - perf: Cache Rust `Regex`es (#69585)

Commit
1 year ago
perf: Cache Rust `Regex`es (#69585) ### What? Use `Lazy<Regex>` instead of `Regex` if the pattern is known. ### Why? It's way more efficient. ### How?
Author
Parents
Loading