Closed
Description
A new uv_fs_copyfile
function recently landed in libuv in order to allow more efficient copying of files (in the future, it could allow copy-on-write semantics on file systems that support it). A copyFile function that uses this should be added to Node.js. 😃
Depends on upgrade to libuv 1.14.0 (#14866)