-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Description
Not really an issue, but I thought you should know that on Linux uu-cp is measurably faster than Coreutils' cp.
The reason is that std::fs::copy internally makes use of sendfile or copy_file_range syscalls when it can, while the GNU cp maintainer has not yet added support, despite it being proposed several times (1 2).
On a tmpfs it can be around 5-10% faster for big files. On NFS it can probably be orders of magnitude faster because the copy can be done server side.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels