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