1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -05:00
denoland-deno/ext
Aaron O'Mullan 9167f0c6bd
perf(fetch): optimize newInnerRequest blob url check (#12245)
Avoid "blob:" prefix check on requests built in the http module since those can never be blob objects

Reduces cost of `newInnerRequest()` from 20ms to 0.1ms in my profiled run on ~2.5M reqs
2021-09-27 13:19:24 +02:00
..
broadcast_channel chore: bump crate versions for 1.14.1 (#12172) 2021-09-22 06:53:47 +10:00
console chore: bump crate versions for 1.14.1 (#12172) 2021-09-22 06:53:47 +10:00
crypto fix(ext/webidl): correctly apply [SymbolToStringTag] to interfaces (#11851) 2021-09-25 02:07:22 +09:00
fetch perf(fetch): optimize newInnerRequest blob url check (#12245) 2021-09-27 13:19:24 +02:00
ffi chore: bump crate versions for 1.14.1 (#12172) 2021-09-22 06:53:47 +10:00
http perf(fetch): optimize newInnerRequest blob url check (#12245) 2021-09-27 13:19:24 +02:00
net chore(ext/net): improve embedder friendliness (#12178) 2021-09-22 11:12:08 +02:00
timers fix(ext/webidl): correctly apply [SymbolToStringTag] to interfaces (#11851) 2021-09-25 02:07:22 +09:00
tls chore: bump crate versions for 1.14.1 (#12172) 2021-09-22 06:53:47 +10:00
url fix(ext/webidl): correctly apply [SymbolToStringTag] to interfaces (#11851) 2021-09-25 02:07:22 +09:00
web perf(web): optimize Event constructor (#12231) 2021-09-26 20:41:05 +02:00
webgpu chore: bump crate versions for 1.14.1 (#12172) 2021-09-22 06:53:47 +10:00
webidl perf(webidl/ByteString): 3x faster ASCII check (#12230) 2021-09-26 20:40:37 +02:00
websocket chore(ext/net): improve embedder friendliness (#12178) 2021-09-22 11:12:08 +02:00
webstorage chore: bump crate versions for 1.14.1 (#12172) 2021-09-22 06:53:47 +10:00