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
Add strict concurrency checks for Swift 6 support and fix concurrenc…
…y warnings in tests (#130)
* Add checks for Swift 6 support and fix concurrency warnings
* Update .devcontainer/devcontainer.json
Co-authored-by: Tim Gymnich <tim@gymni.ch>
---------
Co-authored-by: Tim Gymnich <tim@gymni.ch>
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