When parsing a string representing a floating-point in decimal notation, there are some fast paths for simple cases in class FloatingDecimal, which results in better performance when applicable.
It is possible to extend the number of cases for which fast paths can successfully apply, thus improving performance even more.
It is possible to extend the number of cases for which fast paths can successfully apply, thus improving performance even more.
- relates to
-
JDK-8343829 Unify decimal and hexadecimal parsing in FloatingDecimal
-
- Resolved
-