The source project of this merge request has been removed.
file_unix: Refactor copy()
- Break the hot loop into two
- Use file_copy_range in Linux (instead of sendfile)
- Added a little comments and a warning
Performance should be improved for filesystem exploiting file_copy_range optimization opportunities. At this time NFS and cifs mounts should be concerned.
Edited by Méven Car