typelevel / fs2-netty

What it says on the tin!
Apache License 2.0
48 stars 13 forks source link

Benchmarks! #3

Closed djspiewak closed 3 years ago

djspiewak commented 3 years ago

This is a big one. The only point to doing something like the thin wrapper is if we benchmark it and show that it's faster than fs2-tcp, at the very least on platforms which support epoll or io_uring. In the process, we can also figure out fun things like optimal EventLoopGroup tuning parameters and such.