You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: