netty5/codec/src
Scott Mitchell cfcee5798d Adjustable size of DefaultHeaders array
Motivation:
DefaultHeaders creates an array of size 16 for all headers. This may waste a good deal of memory if applications only have a small number of headers. This memory may be critical when the number of connections grows large.

Modifications:
- Make the size of the array for DefaultHeaders configurable

Result:
Applications can control the size of the DefaultHeaders array and save memory.
2015-11-23 15:38:08 -08:00
..
main/java/io/netty/handler/codec Adjustable size of DefaultHeaders array 2015-11-23 15:38:08 -08:00
test Improve the performance of copying header sets when hashing and name validation are equivalent. 2015-11-07 08:53:10 -08:00