<@U037PBJHYP8> What approach does krpc-grpc take o...
# kotlinx-rpc
u
@Alexander Sysoev What approach does krpc-grpc take on the "executor" front, if that is still a relevant concern? With grpc-kotlin I argued for "directExecutor" as the default (https://github.com/grpc/grpc-kotlin/issues/263), and I still think it is the way to go in that case for performance reasons.
a
We don't have anything concrete for now, but I'll review the issue Afaiu - we need proper benchmarking infra first
u
Makes sense. I remember some guy benchmarking grpc-kotlin or grpc-java and finding it to be slow, and I remember thinking that it was due to not using directExecutor(). Choosing the right default may be important.
👌 1