node/lib/internal/fs/cp
Dario Piotrowicz 3642b0d944
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-10 15:43:20 +02:00
..
cp-sync.js fs: improve cpSync no-filter copyDir performance 2025-06-10 15:43:20 +02:00
cp.js