joy icon indicating copy to clipboard operation
joy copied to clipboard

Floating point values are parsed as less performant BigDecimals

Open bergtwvd opened this issue 4 years ago • 0 comments

The JSON Parser uses internally BigDecimal objects for floating point values. This is less performant than a double, against the ability to use larger values.

There should be a parser option to trigger to use of double for storing floating point values in order to gain better processing performance.

bergtwvd avatar Jan 16 '22 00:01 bergtwvd