Comment on Why is 2 * (i * i) faster than 2 * i * i in Java?parentComments−nwmcsween7yWell I've seen the opposite, try a naive string function of some sort (strlen, etc) now manually unroll.
Comments
Well I've seen the opposite, try a naive string function of some sort (strlen, etc) now manually unroll.