grpc-java/core
Eric Anderson eb85d697c7 Set likely final size of array in toHttp2Headers
We know the size won't be more than serializedHeaders.length, is
unlikely to be fewer, and very unlikely to be substantially fewer. This
prevents us from needing to resize the array in all cases.

Resolves #321
2015-05-19 09:58:17 -07:00
..
src Set likely final size of array in toHttp2Headers 2015-05-19 09:58:17 -07:00
build.gradle Split protobuf into its own project 2015-04-10 15:50:56 -07:00