grpc-rust
grpc-rust copied to clipboard
multiple servers performance
Creating multiple servers doesn't increase performance, actually it makes it even worse. Single server is ~3.5 times slower than go's server implementation. Multiple servers (I did 8 per number of cores) was even slower up to almost 4x slower than go.
@stepancheg bump, please advice if I'm doing something incorrectly?
It's hard to say. If could provide a sample benchmark, or at least describe a scenario, I can try to optimize it.