-
|
I wonder if compio is NUMA aware. If not, any instructions to implement it? |
Beta Was this translation helpful? Give feedback.
Answered by
Berrysoft
Jul 16, 2024
Replies: 1 comment
-
|
No. Now compio is a single-threaded runtime. It's up to the user to implement NUMA awareness. Maybe you can refer to: https://github.com/ethe/tokio-group |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Berrysoft
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No. Now compio is a single-threaded runtime. It's up to the user to implement NUMA awareness.
Maybe you can refer to: https://github.com/ethe/tokio-group