1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-26 09:10:40 -05:00
denoland-deno/op_crates
Luca Casonato dabce813e0
perf: lazy header instantiation for HTTP requests (#10150)
This commit introduces a performance optimization for the native HTTP
server. From my testing it is about 2-6% faster than `main`. Request
headers in the HTTP servers are now lazilly instatated when they are
accessed, rather than being preemptively wrapped in the `Headers` class.
2021-04-13 02:46:33 +02:00
..
console fix(op_crates/console): console.table value misalignment with varying keys (#10127) 2021-04-11 14:19:50 +02:00
crypto refactor(deno): remove concept of bin & json ops (#10145) 2021-04-12 15:55:05 -04:00
fetch perf: lazy header instantiation for HTTP requests (#10150) 2021-04-13 02:46:33 +02:00
file refactor(deno): remove concept of bin & json ops (#10145) 2021-04-12 15:55:05 -04:00
url refactor(deno): remove concept of bin & json ops (#10145) 2021-04-12 15:55:05 -04:00
web refactor(op_crates/web): remove unused code path in TextEncoder (#10104) 2021-04-11 20:47:06 +09:00
webgpu refactor(deno): remove concept of bin & json ops (#10145) 2021-04-12 15:55:05 -04:00
webidl chore: update deno_file to use deno_webidl (#10042) 2021-04-08 01:23:26 +02:00
websocket refactor(deno): remove concept of bin & json ops (#10145) 2021-04-12 15:55:05 -04:00