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.
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.