-
Enhancement
-
Resolution: Unresolved
-
P4
-
7u6
We have many places where we don't need the highest precision math library on the planet, and yet we pay the cost of using one all over the place. See this for example: http://www.redcode.nl/blog/2012/07/java-speed-of-math/.
In many places we could probably play fast and loose and get some performance bumps.
In many places we could probably play fast and loose and get some performance bumps.
- relates to
-
JDK-8090473 Prism: Math.floor and Math.ceil take up a lot of cpu time
- Open