netty5/codec
Trustin Lee de724063f3 Reduce the initial capacity of the value list from 4 to 2
Motivation:

DefaultTextHeaders.getAll*() methods create an ArrayList whose initial
capacity is 4.  However, it is more likely that the actual number of
values is smaller than that.

Modifications:

Reduce the initial capacity of the value list from 4 to 2

Result:

Slightly reduced memory footprint
2014-08-12 10:36:13 -07:00
..
src Reduce the initial capacity of the value list from 4 to 2 2014-08-12 10:36:13 -07:00
pom.xml Implemented LZF compression codec 2014-07-17 07:18:07 +02:00