mirror of https://github.com/grpc/grpc-java.git
Currently this improves 2 flows 1. Known length message which length is greater than 1Mb. Previously the first buffer was 1Mb, and then many buffers of 4096 bytes (from CodedOutputStream), now subsequent buffers are also up to 1Mb 2. In case of compression, the first write is always 10 bytes buffer (gzip header), but worth allocating more space |
||
|---|---|---|
| .. | ||
| src | ||
| build.gradle | ||