pawelgaczynski / gain

Gain is a high-performance io_uring networking framework written entirely in Go.
Apache License 2.0
509 stars 22 forks source link

How to combine with the affinity of multi-core cpus #19

Open someview opened 1 year ago

someview commented 1 year ago

How to combine this with the affinity of multi-core cpus, especially in the case of multi-NIC queues: Each core is bound to a NIC sending and receiving queue.How can we reduce context-exchanged times.