Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Number Format Parsing - Avoid use of BigDecimal #99

Open
robons opened this issue Dec 9, 2021 · 0 comments
Open

Number Format Parsing - Avoid use of BigDecimal #99

robons opened this issue Dec 9, 2021 · 0 comments

Comments

@robons
Copy link
Contributor

robons commented Dec 9, 2021

The unicode number formatting functionality currently parses all numbers to the scala BigDecimal datatype. This isn't likely to be performant when parsing a large number of small numbers (which is likely to be the primary use-case).

We should find some way to parse number to the smallest numeric datatype which will represent their value.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant