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

Async support using tokio for Read/Write calls #108

Open
SapryWenInera opened this issue May 10, 2024 · 3 comments · May be fixed by #121
Open

Async support using tokio for Read/Write calls #108

SapryWenInera opened this issue May 10, 2024 · 3 comments · May be fixed by #121
Labels
enhancement New feature or request work in progress This PR, or the PR that fixes this issue, is in active development.

Comments

@SapryWenInera
Copy link

I think using async for the parts which use read or write calls could improve performance and allow tokio's rt-multi-thread to use multiple cores on write/read of a file.

@Pr0methean
Copy link
Member

See #72 and #73 for the async and parallelization efforts that have been made so far.

@Pr0methean Pr0methean added enhancement New feature or request help wanted Extra attention is needed labels May 10, 2024
@SapryWenInera
Copy link
Author

I'm considering giving it a try if is it ok with you.

@Pr0methean
Copy link
Member

Sure! The only other major work I know of going on right now is #93, which probably won't overlap much.

@Pr0methean Pr0methean added the work in progress This PR, or the PR that fixes this issue, is in active development. label May 11, 2024
@SapryWenInera SapryWenInera linked a pull request May 13, 2024 that will close this issue
@Pr0methean Pr0methean removed the help wanted Extra attention is needed label May 16, 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 work in progress This PR, or the PR that fixes this issue, is in active development.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants