1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-10 16:11:13 -05:00
denoland-deno/ext
Aaron O'Mullan 18ff6bb053
perf(ext/http): faster req_url string assembly (#11711)
This stood out on a flamegraph, it took up ~1% of a profiled loadtest of `cli/bench/deno_http_native.js`
2021-08-15 12:25:16 +02:00
..
broadcast_channel Rename extensions/ directory to ext/ (#11643) 2021-08-11 12:27:05 +02:00
console Rename extensions/ directory to ext/ (#11643) 2021-08-11 12:27:05 +02:00
crypto fix(ext/crypto): fix copying buffersource (#11714) 2021-08-15 12:00:35 +02:00
fetch Rename extensions/ directory to ext/ (#11643) 2021-08-11 12:27:05 +02:00
ffi Rename extensions/ directory to ext/ (#11643) 2021-08-11 12:27:05 +02:00
http perf(ext/http): faster req_url string assembly (#11711) 2021-08-15 12:25:16 +02:00
net Rename extensions/ directory to ext/ (#11643) 2021-08-11 12:27:05 +02:00
timers Rename extensions/ directory to ext/ (#11643) 2021-08-11 12:27:05 +02:00
tls Rename extensions/ directory to ext/ (#11643) 2021-08-11 12:27:05 +02:00
url Rename extensions/ directory to ext/ (#11643) 2021-08-11 12:27:05 +02:00
web cleanup(ext/web/BlobStore): avoid redundant Arc<Box<T>> alloc (#11693) 2021-08-14 10:27:27 +02:00
webgpu Rename extensions/ directory to ext/ (#11643) 2021-08-11 12:27:05 +02:00
webidl Rename extensions/ directory to ext/ (#11643) 2021-08-11 12:27:05 +02:00
websocket Rename extensions/ directory to ext/ (#11643) 2021-08-11 12:27:05 +02:00
webstorage perf: improve localStorage throughput (#11709) 2021-08-14 22:39:35 +02:00