0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-04 01:44:26 -05:00
deno/ext
Divy Srivastava 38b4411cae perf(ext/node): improve createHash performance (#18033)
```
> deno run -A ../test.mjs
cpu: unknown
runtime: deno 1.31.1 (aarch64-apple-darwin)

benchmark      time (avg)             (min … max)       p75       p99      p995
------------------------------------------------- -----------------------------
             2.22 µs/iter      (2.2 µs … 2.28 µs)   2.22 µs   2.28 µs   2.28 µs

> target/release/deno run -A test.mjs
cpu: unknown
runtime: deno 1.31.1 (aarch64-apple-darwin)

benchmark      time (avg)             (min … max)       p75       p99      p995
------------------------------------------------- -----------------------------
            864.9 ns/iter   (825.05 ns … 1.22 µs) 864.93 ns   1.22 µs   1.22 µs
```
2023-03-10 12:55:55 +09:00
..
broadcast_channel
cache
console
crypto fix(ext/crypto): correctly limit ECDSA and hash algorithms (#18030) 2023-03-10 12:52:00 +09:00
fetch
ffi refactor: move "pathFromURL" to deno_web extension (#18037) 2023-03-10 12:55:47 +09:00
flash
http
io refactor(runtime): remove 40_files.js, 40_write_file.js and 40_read_file.js (#18018) 2023-03-10 12:47:49 +09:00
napi
net
node perf(ext/node): improve createHash performance (#18033) 2023-03-10 12:55:55 +09:00
tls
url feat(ops): reland fast zero copy string arguments (#17996) 2023-03-10 12:46:24 +09:00
web refactor: move "pathFromURL" to deno_web extension (#18037) 2023-03-10 12:55:47 +09:00
webgpu
webidl
websocket
webstorage feat(ops): reland fast zero copy string arguments (#17996) 2023-03-10 12:46:24 +09:00