FastDoubleParser icon indicating copy to clipboard operation
FastDoubleParser copied to clipboard

Implement faster slow path for double parser (JDK 21)

Open wrandelshofer opened this issue 2 years ago • 0 comments

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

wrandelshofer avatar Apr 29 '23 06:04 wrandelshofer