Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support copy_file_range(2) #1

Open
acln0 opened this issue Mar 31, 2019 · 0 comments
Open

support copy_file_range(2) #1

acln0 opened this issue Mar 31, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed
Milestone

Comments

@acln0
Copy link
Owner

acln0 commented Mar 31, 2019

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.

@acln0 acln0 self-assigned this Mar 31, 2019
@acln0 acln0 added enhancement New feature or request help wanted Extra attention is needed labels Mar 31, 2019
@acln0 acln0 added this to the 0.1.0 milestone Mar 31, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant