FastDoubleParser
FastDoubleParser copied to clipboard
Implement faster slow path for double parser (JDK 21)
JDK 21 now includes a faster conversion routine from BigDecimal to double. We can now implement a performant slow path for double values with very few lines of code.
https://github.com/openjdk/jdk/pull/9410 https://bugs.openjdk.org/browse/JDK-8205592