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

Make coroutines NUMA aware #491

Open
AltraMayor opened this issue Jun 4, 2021 · 0 comments
Open

Make coroutines NUMA aware #491

AltraMayor opened this issue Jun 4, 2021 · 0 comments

Comments

@AltraMayor
Copy link
Owner

Pull request #484 introduced coroutines into Gatekeeper. While the single coroutine used in the CPS block is not performance critical, future uses of coroutines will be (e.g. pull request #370). Thus, allocating the stack of coroutines at the proper NUMA node is going to be a critical performance aspect.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant