Fibers could actually be a great addition. They are super lightweight, so there is almost no context switching cost. It could bring more performance due to higher CPU time but you'd probably need some internal priority flags to manage them properly. Testing and debugging Fibers can get teal nasty.
Fibers could actually be a great addition. They are super lightweight, so there is almost no context switching cost. It could bring more performance due to higher CPU time but you'd probably need some internal priority flags to manage them properly. Testing and debugging Fibers can get teal nasty.