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

refactor: remove glommio runtime #9

Merged
merged 3 commits into from
Nov 18, 2023
Merged

refactor: remove glommio runtime #9

merged 3 commits into from
Nov 18, 2023

Conversation

TheWaWaR
Copy link
Contributor

@TheWaWaR TheWaWaR commented Nov 18, 2023

Changes

  • Remove glommio runtime only keep tokio runtime.

Reason

  • route table can be very large and may change frequently, so can't use arc-swap here
  • glommio don't support work-steal, may have load balance problem

As the result, in recent benchmark, glommio runtime use 50% more CPU load then tokio runtime.

@TheWaWaR TheWaWaR merged commit b29749a into master Nov 18, 2023
1 check passed
@TheWaWaR TheWaWaR deleted the remove-glommio-rt branch November 18, 2023 14:13
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.

1 participant