dimdenGD / ultimate-express

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

perf: avoid useless regex into route resolution #51

Closed cesco69 closed 1 week ago

cesco69 commented 1 week ago

Regex are slower and (?:) is always true! no need to test it!

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

Open in Stackblitz

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

commit: d815de8