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
When working with decimal numbers, you might face problems this library is not perfectly suited for.
70
+
Fortunately, thanks to the wonderful community we have a dozen other libraries that you can choose from.
71
+
Explore other alternatives to find the one that best fits your needs :)
72
+
73
+
*[cockroachdb/apd](https://github.com/cockroachdb/apd) - arbitrary precision, mutable and rich API similar to `big.Int`, more performant than this library
74
+
*[alpacahq/alpacadecimal](https://github.com/alpacahq/alpacadecimal) - high performance, low precision (12 digits), fully compatible API with this library
75
+
*[govalues/decimal](https://github.com/govalues/decimal) - high performance, zero-allocation, low precision (19 digits)
76
+
*[greatcloak/decimal](https://github.com/greatcloak/decimal) - fork focusing on billing and e-commerce web application related use cases, includes out-of-the-box BSON marshaling support
0 commit comments