See https://nodejs.org/api/fs.html#fs_fs_copyfile_src_dest_flags_callback The new copyFile implementation is based on [`uv_fs_copyfile()`](https://github.com/libuv/libuv/pull/1465), and uses much faster native file copying api's, where available. See https://github.com/nodejs/node/issues/14906#issuecomment-323416199.