netty5/codec/src
Norman Maurer 7bee318fc7 Use OneTimeTask where possible to reduce object creation
Motivation:

We should use OneTimeTask where possible to reduce object creation.

Modifications:

Replace Runnable with OneTimeTask

Result:

Less object creation
2015-11-20 14:39:06 -08:00
..
main/java/io/netty/handler/codec Use OneTimeTask where possible to reduce object creation 2015-11-20 14:39:06 -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