Integration
Is gRPC actually faster than JSON over HTTP?
I measured the two halves of the claim separately — binary serialisation against JSON, and HTTP/2 against HTTP/1.1. Binary decoding is about twice as fast, which is worth 0.03% of a request. The transport is where the real difference lives.