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

Use splice to avoid copying data between kernel and user space #62

Open
uran0sH opened this issue Jan 10, 2023 · 2 comments
Open

Use splice to avoid copying data between kernel and user space #62

uran0sH opened this issue Jan 10, 2023 · 2 comments

Comments

@uran0sH
Copy link
Member

uran0sH commented Jan 10, 2023

No description provided.

@uran0sH uran0sH changed the title Use splice to avoid copy data between kernel and user space Use splice to avoid copying data between kernel and user space Jan 10, 2023
@luanshaotong
Copy link
Member

Where does this happen? FUSE or storage engine or other position?

@uran0sH
Copy link
Member Author

uran0sH commented Jan 10, 2023

Where does this happen? FUSE or storage engine or other position?

Storage engine. When we read data from the file, we can transfer them to a socket that doesn't need to copy data from kernel space to user space.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants