1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-12 18:42:18 -05:00
denoland-deno/ext/node/polyfills/internal
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
..
console refactor(core): include_js_files! 'dir' option doesn't change specifiers (#18019) 2023-03-10 12:47:26 +09:00
crypto perf(ext/node): improve createHash performance (#18033) 2023-03-10 12:55:55 +09:00
dns refactor(core): include_js_files! 'dir' option doesn't change specifiers (#18019) 2023-03-10 12:47:26 +09:00
fs refactor(core): include_js_files! 'dir' option doesn't change specifiers (#18019) 2023-03-10 12:47:26 +09:00
process feat(ext/node): embed std/node into the snapshot (#17724) 2023-02-14 17:38:45 +01:00
readline refactor(core): include_js_files! 'dir' option doesn't change specifiers (#18019) 2023-03-10 12:47:26 +09:00
streams refactor(core): InternalModuleLoader checks if all files were used (#18005) 2023-03-10 12:55:33 +09:00
test refactor(core): include_js_files! 'dir' option doesn't change specifiers (#18019) 2023-03-10 12:47:26 +09:00
util refactor(core): include_js_files! 'dir' option doesn't change specifiers (#18019) 2023-03-10 12:47:26 +09:00
assert.mjs refactor(core): include_js_files! 'dir' option doesn't change specifiers (#18019) 2023-03-10 12:47:26 +09:00
async_hooks.ts refactor(core): include_js_files! 'dir' option doesn't change specifiers (#18019) 2023-03-10 12:47:26 +09:00
buffer.d.ts refactor(core): include_js_files! 'dir' option doesn't change specifiers (#18019) 2023-03-10 12:47:26 +09:00
buffer.mjs refactor(core): include_js_files! 'dir' option doesn't change specifiers (#18019) 2023-03-10 12:47:26 +09:00
child_process.ts refactor(core): include_js_files! 'dir' option doesn't change specifiers (#18019) 2023-03-10 12:47:26 +09:00
cli_table.ts refactor(core): include_js_files! 'dir' option doesn't change specifiers (#18019) 2023-03-10 12:47:26 +09:00
constants.ts feat(ext/node): embed std/node into the snapshot (#17724) 2023-02-14 17:38:45 +01:00
dgram.ts refactor(core): include_js_files! 'dir' option doesn't change specifiers (#18019) 2023-03-10 12:47:26 +09:00
dtrace.ts feat(ext/node): embed std/node into the snapshot (#17724) 2023-02-14 17:38:45 +01:00
error_codes.ts feat(ext/node): embed std/node into the snapshot (#17724) 2023-02-14 17:38:45 +01:00
errors.ts refactor(core): include_js_files! 'dir' option doesn't change specifiers (#18019) 2023-03-10 12:47:26 +09:00
event_target.mjs refactor(core): include_js_files! 'dir' option doesn't change specifiers (#18019) 2023-03-10 12:47:26 +09:00
fixed_queue.ts feat(ext/node): embed std/node into the snapshot (#17724) 2023-02-14 17:38:45 +01:00
hide_stack_frames.ts feat(ext/node): embed std/node into the snapshot (#17724) 2023-02-14 17:38:45 +01:00
http.ts refactor(core): include_js_files! 'dir' option doesn't change specifiers (#18019) 2023-03-10 12:47:26 +09:00
idna.ts refactor: use ops for idna & punycode (#17817) 2023-02-20 18:47:42 +01:00
net.ts refactor(core): include_js_files! 'dir' option doesn't change specifiers (#18019) 2023-03-10 12:47:26 +09:00
normalize_encoding.mjs feat(ext/node): embed std/node into the snapshot (#17724) 2023-02-14 17:38:45 +01:00
options.ts refactor(core): include_js_files! 'dir' option doesn't change specifiers (#18019) 2023-03-10 12:47:26 +09:00
primordials.mjs feat(ext/node): embed std/node into the snapshot (#17724) 2023-02-14 17:38:45 +01:00
querystring.ts refactor(core): include_js_files! 'dir' option doesn't change specifiers (#18019) 2023-03-10 12:47:26 +09:00
stream_base_commons.ts refactor(core): include_js_files! 'dir' option doesn't change specifiers (#18019) 2023-03-10 12:47:26 +09:00
timers.mjs refactor(core): include_js_files! 'dir' option doesn't change specifiers (#18019) 2023-03-10 12:47:26 +09:00
url.ts refactor(core): include_js_files! 'dir' option doesn't change specifiers (#18019) 2023-03-10 12:47:26 +09:00
util.mjs refactor(core): include_js_files! 'dir' option doesn't change specifiers (#18019) 2023-03-10 12:47:26 +09:00
validators.mjs refactor(core): include_js_files! 'dir' option doesn't change specifiers (#18019) 2023-03-10 12:47:26 +09:00