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 Read::read_vectored and Write::write_vectored #46

Open
2 tasks
ethe opened this issue Oct 5, 2024 · 0 comments
Open
2 tasks

support Read::read_vectored and Write::write_vectored #46

ethe opened this issue Oct 5, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@ethe
Copy link
Member

ethe commented Oct 5, 2024

According to monoio::io::AsyncReadRent and monoio::io::AsyncWriteRent, fusio could support vectored method to enhance operation performance. It contains two subtasks:

  • Add method to Read and Write
  • Implement vectored methods for storage backends
@ethe ethe added enhancement New feature or request good first issue Good for newcomers labels Oct 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant