1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-08 07:08:27 -05:00
denoland-deno/ext
Aaron O'Mullan 774302b9bb perf(fetch): optimize fillHeaders() key iteration (#12287)
Reduces self-time by ~70x (~70ms => ~1ms on 1M iters)

for...in filtered by hasOwnProperty yields the same set of keys as Object.keys()
2021-10-04 11:55:32 -04: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 fix(ext/crypto): decode id-RSASSA-PSS with default params (#12147) 2021-10-04 11:55:18 -04:00
fetch perf(fetch): optimize fillHeaders() key iteration (#12287) 2021-10-04 11:55:32 -04: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-10-04 11:54:06 -04:00
net chore: bump crate versions for 1.14.2 (#12253) 2021-09-28 12:19:03 +02:00
timers chore: bump crate versions for 1.14.2 (#12253) 2021-09-28 12:19:03 +02:00
tls chore: bump crate versions for 1.14.2 (#12253) 2021-09-28 12:19:03 +02:00
url chore: bump crate versions for 1.14.2 (#12253) 2021-09-28 12:19:03 +02:00
web perf(web): optimize byteLowerCase() (#12282) 2021-10-04 11:55:13 -04:00
webgpu chore: bump crate versions for 1.14.2 (#12253) 2021-09-28 12:19:03 +02:00
webidl perf(webidl): optimize createDictionaryConverter() (#12279) 2021-10-04 11:54:39 -04:00
websocket chore: bump crate versions for 1.14.2 (#12253) 2021-09-28 12:19:03 +02:00
webstorage chore: bump crate versions for 1.14.2 (#12253) 2021-09-28 12:19:03 +02:00