dimdenGD / ultimate-express

The Ultimate Express. Fastest http server with full Express compatibility, based on µWebSockets.
Apache License 2.0
519 stars 15 forks source link

perf: Cache of compiled regex #31

Closed cesco69 closed 1 month ago

cesco69 commented 1 month ago

cache compilation of regex Store the compilation of regex into a variable

better performance with replaceAll String.prototype.replaceAll has better performance instead of regex

pkg-pr-new[bot] commented 1 month ago

Open in Stackblitz

npm i https://pkg.pr.new/dimdenGD/ultimate-express@31

commit: 3e6afe4