We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
See https://nodejs.org/api/fs.html#fs_fs_copyfile_src_dest_flags_callback
The new copyFile implementation is based on uv_fs_copyfile(), and uses much faster native file copying api's, where available. See nodejs/node#14906 (comment).
uv_fs_copyfile()
The text was updated successfully, but these errors were encountered:
@kanongil good idea, especially now that node 8.5 is more utilized. I have a PR open -> #41
I don't want to land without thorough windows testing, so if you have some cycles I would love feedback on testing the PR
Sorry, something went wrong.
@kanongil I'll need to test this again, last time I tried, it was not at all faster for smallish files.
Successfully merging a pull request may close this issue.
See https://nodejs.org/api/fs.html#fs_fs_copyfile_src_dest_flags_callback
The new copyFile implementation is based on
uv_fs_copyfile()
, and uses much faster native file copying api's, where available. See nodejs/node#14906 (comment).The text was updated successfully, but these errors were encountered: