Why does fs2-io beat fs2-netty so handily in the RPS benchmark? Is it just the difference between `accept()` vs `read()` with a set handler?
Why does fs2-io beat fs2-netty so handily in the RPS benchmark? Is it just the difference between
accept()vsread()with a set handler?