grpc-java/core
Eric Anderson b69c59ce5f Decrease ArrayDeque memory in SerializingExecutor
By default, ArrayDeque will be of size 16, which is an overkill for most
calls. "4" is not a magical number itself, but seems a better guess than
16 since we do have some knowledge of how much it will contain.

Resolves #320
2015-05-19 09:55:25 -07:00
..
src Decrease ArrayDeque memory in SerializingExecutor 2015-05-19 09:55:25 -07:00
build.gradle Split protobuf into its own project 2015-04-10 15:50:56 -07:00