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 rayon instead of tokio for processing user commands #231

Merged
merged 1 commit into from
Jul 27, 2022

Conversation

ayrat555
Copy link
Owner

since all commands are blocking the thread, it's more optimal to
spawn a thread pool with rayon for processing user commands

since all commands are blocking the thread, it's more optimal to
spawn a thread pool with `rayon` for processing user commands
@ayrat555 ayrat555 merged commit 067ddd1 into master Jul 27, 2022
@ayrat555 ayrat555 deleted the ayrat555/migrate-to-rayon branch July 27, 2022 06:04
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

Successfully merging this pull request may close these issues.

2 participants