node/lib/internal/fs/cp
Dario Piotrowicz 3c351c272f
fs: improve cpSync no-filter copyDir performance
move the logic in `cpSync` that copies a directory from
src to dest from JavaScript to C++ increasing its performance

Note: this improvement is not applied if the filter option is
      provided, such optimization will be looked into separately
PR-URL: https://github.com/nodejs/node/pull/58461
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
2025-06-07 14:44:25 +00:00
..
cp-sync.js fs: improve cpSync no-filter copyDir performance 2025-06-07 14:44:25 +00:00
cp.js fs: fix cp handle existing symlinks 2025-06-07 06:44:11 +00:00