Skip to content

Floating point values are parsed as less performant BigDecimals #16

@bergtwvd

Description

@bergtwvd

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions