You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Besides splice(2) and tee(2), Linux also offers copy_file_range(2), opening the door for potential file-to-file copying optimizations, at the file system level. Perhaps we should look into supporting this. It doesn't look very difficult, at first sight.
The text was updated successfully, but these errors were encountered:
Besides splice(2) and tee(2), Linux also offers copy_file_range(2), opening the door for potential file-to-file copying optimizations, at the file system level. Perhaps we should look into supporting this. It doesn't look very difficult, at first sight.
The text was updated successfully, but these errors were encountered: