edb2250d35
Motivation: If we have a lot of writes going on we currently need to lookup the IovArray for each Channel that does writes. This can have quite some perf overhead. We should not need to do this and just store a reference of the IovArray on the EpollEventLoop itself. Modifications: - Remove IoArrayThreadLocal - Store the IoArray in the EventLoop itself Result: Less FastThreadLocal lookups |
||
---|---|---|
.. | ||
src | ||
pom.xml | ||
README.md |
Native transport for Linux
See our wiki page.