You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: