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
I did a quick test on a message passing benchmark and avoiding the event loop was a 25% speedup. To do this right we need to keep our own I/O ref count in order to know when it's ok not to hit epoll.