1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/ext
Divy Srivastava 4451fa857b
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-06 08:58:04 +05:30
..
broadcast_channel chore: forward v1.31.1 release commit to main (#17939) 2023-02-24 22:37:46 -05:00
cache chore: forward v1.31.1 release commit to main (#17939) 2023-02-24 22:37:46 -05:00
console fix(core): introduce SafeRegExp to primordials (#17592) 2023-03-01 08:14:16 +09:00
crypto fix(ext/crypto): correctly limit ECDSA and hash algorithms (#18030) 2023-03-05 12:34:07 +00:00
fetch fix(core): introduce SafeRegExp to primordials (#17592) 2023-03-01 08:14:16 +09:00
ffi refactor: move "pathFromURL" to deno_web extension (#18037) 2023-03-05 22:46:37 +00:00
flash chore: forward v1.31.1 release commit to main (#17939) 2023-02-24 22:37:46 -05:00
http chore: forward v1.31.1 release commit to main (#17939) 2023-02-24 22:37:46 -05:00
io refactor(runtime): remove 40_files.js, 40_write_file.js and 40_read_file.js (#18018) 2023-03-05 03:37:37 +00:00
napi chore: forward v1.31.1 release commit to main (#17939) 2023-02-24 22:37:46 -05:00
net chore: forward v1.31.1 release commit to main (#17939) 2023-02-24 22:37:46 -05:00
node perf(ext/node): improve createHash performance (#18033) 2023-03-06 08:58:04 +05:30
tls chore: forward v1.31.1 release commit to main (#17939) 2023-02-24 22:37:46 -05:00
url feat(ops): reland fast zero copy string arguments (#17996) 2023-03-03 19:04:10 +05:30
web refactor: move "pathFromURL" to deno_web extension (#18037) 2023-03-05 22:46:37 +00:00
webgpu chore: forward v1.31.1 release commit to main (#17939) 2023-02-24 22:37:46 -05:00
webidl fix(core): introduce SafeRegExp to primordials (#17592) 2023-03-01 08:14:16 +09:00
websocket chore: forward v1.31.1 release commit to main (#17939) 2023-02-24 22:37:46 -05:00
webstorage feat(ops): reland fast zero copy string arguments (#17996) 2023-03-03 19:04:10 +05:30