0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-19 03:43:00 -05:00
denoland-deno/ext
David Sherret 55b19e3e7a
perf(node_resolver): reduce url to/from path conversions (#27839)
Extracted out of https://github.com/denoland/deno/pull/27838/files

Reduces some allocations by accepting either a pathbuf or url for the
referrer for resolution and returning either a pathbuf or url at the
end, which the caller can then convert into to their preferred state.

This is about 4% faster when still converting the final result to a url
and 6% faster when keeping the result as a path in a benchmark I ran.
2025-01-30 15:34:56 +01:00
..
broadcast_channel 2.1.7 (#27765) 2025-01-21 16:13:36 -08:00
cache 2.1.7 (#27765) 2025-01-21 16:13:36 -08:00
canvas 2.1.7 (#27765) 2025-01-21 16:13:36 -08:00
console 2.1.7 (#27765) 2025-01-21 16:13:36 -08:00
cron 2.1.7 (#27765) 2025-01-21 16:13:36 -08:00
crypto fix(ext/crypto): export private x25519 JWK key (#27828) 2025-01-30 15:34:56 +01:00
fetch 2.1.7 (#27765) 2025-01-21 16:13:36 -08:00
ffi 2.1.7 (#27765) 2025-01-21 16:13:36 -08:00
fs 2.1.7 (#27765) 2025-01-21 16:13:36 -08:00
http 2.1.7 (#27765) 2025-01-21 16:13:36 -08:00
io 2.1.7 (#27765) 2025-01-21 16:13:36 -08:00
kv 2.1.7 (#27765) 2025-01-21 16:13:36 -08:00
napi 2.1.7 (#27765) 2025-01-21 16:13:36 -08:00
net 2.1.7 (#27765) 2025-01-21 16:13:36 -08:00
node perf(node_resolver): reduce url to/from path conversions (#27839) 2025-01-30 15:34:56 +01:00
os 2.1.7 (#27765) 2025-01-21 16:13:36 -08:00
process 2.1.7 (#27765) 2025-01-21 16:13:36 -08:00
telemetry feat(unstable): support https otlp endpoints (#27743) 2025-01-30 15:34:52 +01:00
tls 2.1.7 (#27765) 2025-01-21 16:13:36 -08:00
url 2.1.7 (#27765) 2025-01-21 16:13:36 -08:00
web 2.1.7 (#27765) 2025-01-21 16:13:36 -08:00
webgpu 2.1.7 (#27765) 2025-01-21 16:13:36 -08:00
webidl 2.1.7 (#27765) 2025-01-21 16:13:36 -08:00
websocket 2.1.7 (#27765) 2025-01-21 16:13:36 -08:00
webstorage 2.1.7 (#27765) 2025-01-21 16:13:36 -08:00