deno/ext/node/ops
Divy Srivastava df062d2c78
fix(ext/node): add fs.cp, fs.cpSync, promises.cp (#21745)
Fixes https://github.com/denoland/deno/issues/20803
Fixes https://github.com/denoland/deno/issues/21723

Performance: copying a 48GiB rust `target` folder (recursive)
| Platform  | `deno` | `node v21.5` | Improvement |
| -------- | ------- | ------- | ------- |
| macOS (APFS) |   3.1secs  |  127.99 secs |  **42x** |
| Windows | 18.3secs | 67.2secs |  **3.8x** |

Copying files with varying sizes:


![image](https://github.com/denoland/deno/assets/34997667/58932652-6f7a-47f5-8504-896dc9ab4ddc)
2024-01-05 18:28:33 +05:30
..
crypto chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
os chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
zlib chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
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