coremedic / grpc-quic

The Go language implementation of gRPC over QUIC
MIT License
5 stars 0 forks source link

benchmarks #1

Open riskpoint-per opened 2 months ago

riskpoint-per commented 2 months ago

This is more of a question than an issue.

have you done any benchmarks comparing grpc with http2 vs grpc over quic?

coremedic commented 2 months ago

I have not. That is a great idea though, I'll add it to my to do list. I wouldn't suggest using this in production, Golang needs proper support for QUIC, ideally though the net package. grpc-quic is just a hacky wrapper for interfaces in the net package.