4 comments

[ 1.6 ms ] story [ 22.9 ms ] thread
How is it different from Netty [1] / Reactor [2] ?

[1] http://netty.io

[2] http://projectreactor.io

It uses Thread-Per-Core architecture where Netty/Reactor use thread-pools to process work and have dedicated threads for selecting from network.