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

Request : fs allow user allocate buffer, allow write with multiple buffers at a time, remove unique_ptr enforcement #322

Open
Diarica opened this issue Jan 19, 2025 · 2 comments

Comments

@Diarica
Copy link

Diarica commented Jan 19, 2025

Currently file_req::read is allocate buffer memory with std::unique_ptr, hopefully allow user allocate it.

@Diarica
Copy link
Author

Diarica commented Jan 19, 2025

Also in fs write_sync, could we provide a blocking write function and without unique_ptr enforcement?

@Diarica
Copy link
Author

Diarica commented Jan 19, 2025

And please, support write file with multiple buffers. Currently no matter write or write_sync, there are only support 1 buffer at a time.

@Diarica Diarica changed the title Request : User Memory manipulation in fs Request : fs allow user allocate buffer, allow write with multiple buffers at a time, remove unique_ptr enforcement Jan 19, 2025
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

1 participant