1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 15:24:46 -05:00
denoland-deno/ext
Aaron O'Mullan 68e5cdaff0
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-09-30 18:39:55 +02:00
..
broadcast_channel chore: bump crate versions for 1.14.2 (#12253) 2021-09-28 12:19:03 +02:00
console chore: bump crate versions for 1.14.2 (#12253) 2021-09-28 12:19:03 +02:00
crypto chore: bump crate versions for 1.14.2 (#12253) 2021-09-28 12:19:03 +02:00
fetch perf(web): ~400x faster http header trimming (#12277) 2021-09-30 18:39:55 +02:00
ffi chore: bump crate versions for 1.14.2 (#12253) 2021-09-28 12:19:03 +02:00
http fix(ext/http): merge identical if/else branches (#12269) 2021-09-29 11:55:10 -07:00
net feat(tls): custom in memory CA certificates (#12219) 2021-09-30 09:26:15 +02:00
timers chore: bump crate versions for 1.14.2 (#12253) 2021-09-28 12:19:03 +02:00
tls feat(tls): custom in memory CA certificates (#12219) 2021-09-30 09:26:15 +02:00
url chore: bump crate versions for 1.14.2 (#12253) 2021-09-28 12:19:03 +02:00
web perf(web): ~400x faster http header trimming (#12277) 2021-09-30 18:39:55 +02:00
webgpu chore: bump crate versions for 1.14.2 (#12253) 2021-09-28 12:19:03 +02:00
webidl perf(webidl/DOMString): don't wrap string primitives (#12266) 2021-09-29 18:06:29 +02:00
websocket feat(tls): custom in memory CA certificates (#12219) 2021-09-30 09:26:15 +02:00
webstorage chore: bump crate versions for 1.14.2 (#12253) 2021-09-28 12:19:03 +02:00