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
improve Decimal conversion performance using `_mantissa` (#124)
* improve Decimal conversion performance using `_mantissa`
* fix linux builds by keeping the decimal string init in a compiler directive
* more efficient zero out assurance after buffer creation
* Decimal (from bigint) initializer
Decimal and Foundation (#122)
* add CustomDebugStringConvertible
* reduce Foundation dependency
* if foundation is available, add Decimal functionality
* more concise floating point init
* dry up data initialization