1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-23 15:16:54 -05:00
denoland-deno/ext/node/ops
Matt Mastracci 4791d16a8e
perf(cli): use faster_hex (#22761)
`cli::util::checksum` was showing up on flame graphs because it was
concatenating allocated strings. We can use `faster-hex` to improve it.
2024-03-07 10:00:43 -07:00
..
crypto perf(cli): use faster_hex (#22761) 2024-03-07 10:00:43 -07:00
os fix(ext/node): Ensure os.cpus() works on arm64 linux (#22302) 2024-02-06 16:27:42 -07:00
zlib fix(node): handle brotli compression end chunk sizes (#22322) 2024-02-07 21:53:32 +05:30
fs.rs fix(ext/node): add fs.cp, fs.cpSync, promises.cp (#21745) 2024-01-05 18:28:33 +05:30
http.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
http2.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
idna.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
ipc.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
mod.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
require.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
util.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
v8.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
winerror.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00