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
{{ message }}
This repository was archived by the owner on Oct 20, 2025. It is now read-only.
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.