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

feat: Implement concurrent write for fs #4526

Open
Xuanwo opened this issue Apr 24, 2024 · 4 comments
Open

feat: Implement concurrent write for fs #4526

Xuanwo opened this issue Apr 24, 2024 · 4 comments

Comments

@Xuanwo
Copy link
Member

Xuanwo commented Apr 24, 2024

No description provided.

@hoslo
Copy link
Contributor

hoslo commented May 20, 2024

I think to implement concurrent writing to fs, we probably need to implement RangeWrite for fs?

@hoslo
Copy link
Contributor

hoslo commented May 28, 2024

@Xuanwo How do you think of this?

@Xuanwo
Copy link
Member Author

Xuanwo commented May 28, 2024

Hi, sorry for missing the comments.

I believe we should implement a feature similar to PositionWrite, akin to write_all_at. The main difference is that we won't require initiate_range and abort_range for the filesystem.

@hoslo
Copy link
Contributor

hoslo commented May 29, 2024

@Xuanwo I agree with you and find this interesting. Should I create a new PR to implement PositionWrite?

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