next.js
2c8fcc5e
- perf: Cache Rust `Regex`es (#69585)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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?
References
#69585 - perf: Cache Rust `Regex`es
Author
kdy1
Parents
9435b7b9
Loading