coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 0/3] Use copy_file_range() for copy


From: Goldwyn Rodrigues
Subject: [PATCH 0/3] Use copy_file_range() for copy
Date: Thu, 31 May 2018 15:42:40 -0500

This is a patch set to use copy_file_range() system call to copy
file from source to destination. The advantage is lower system time
because it avoids copy to and from userspace.

In my tests, I am getting lower system times consumed while performing
with the copy_file_range.

-- 
Goldwyn




reply via email to

[Prev in Thread] Current Thread [Next in Thread]