netty5/codec-http/src
Dmitriy Dumanskiy a4d8f930af small performance fixes : unnecessary unboxing operations removed
Motivation :

Unboxing operations allocate unnecessary objects when it could be avoided.

Modifications:
Replaced Float.valueOf with Number.parseFloat where possible.

Result:

Less unnecessary objects allocations.
2016-08-01 07:10:25 +02:00
..
main/java/io/netty/handler/codec small performance fixes : unnecessary unboxing operations removed 2016-08-01 07:10:25 +02:00
test retainSlice() unwrap ByteBuf 2016-07-29 11:16:44 -07:00