summaryrefslogtreecommitdiff
path: root/ext/web/00_infra.js
AgeCommit message (Collapse)Author
2021-10-01perf(web): optimize byteLowerCase() (#12282)Aaron O'Mullan
2021-09-30perf(web): ~400x faster http header trimming (#12277)Aaron O'Mullan
Use a regex substring match with a first/last char fastpath instead of 2 regex replaces. Roughly ~400x faster (423ms vs 0.7ms in profiled runs)
2021-08-11Rename extensions/ directory to ext/ (#11643)Ryan Dahl