Hi.

Le ven. 14 mai 2021 à 04:17, Matt Juntunen <matt.juntu...@hotmail.com> a écrit :
>
> Hello,
>
> Yes, the JDK definitely has number formatting capabilities. The class that I 
> propose moving to text was designed specifically for data IO operations, 
> where large numbers of doubles need to be serialized to strings in some 
> standard, non-localized format. I was unable to find exactly what I wanted 
> for this in the JDK, so I wrote my own class. The main advantages to this 
> code are that the produced formatters are 1) completely thread-safe,

Out of curiosity, what are use-cases for this feature?

> 2) easy to use, 3) offer a range of formats, and 4) are at least as 
> performant as BigDecimal and DecimalFormat.

As a concrete discussion point, it might be interesting to post benchmarks
comparisons.

Regards,
Gilles

>> [...]

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to