netty5/codec/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 Update dependencies and plugins to latest possible versions. 2016-06-27 13:35:35 +02:00