1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-10 08:09:06 -05:00
Commit graph

3 commits

Author SHA1 Message Date
Aaron O'Mullan
864bf630ff perf(web): optimize byteLowerCase() (#12282) 2021-10-04 11:55:13 -04:00
Aaron O'Mullan
b1eeaf71ff perf(web): ~400x faster http header trimming (#12277)
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-10-04 11:54:22 -04:00
Ryan Dahl
a0285e2eb8
Rename extensions/ directory to ext/ (#11643) 2021-08-11 12:27:05 +02:00
Renamed from extensions/web/00_infra.js (Browse further)