| 78 | | Crypto++, Botan, MPI and MAPM showed performance far below ARPREC, OpenSSL's BN, GMP and !LibTomMath, so results are only shown for the last four. Note that there are other libraries available for arbitrary precision arithmetic other than those mentioned or tested here. Most of those other libraries are licensed under the GPL, while the remainder, such as the [http://www2.hursley.ibm.com/decimal/decnumber.html decNumber] library (licensed under the [http://www-306.ibm.com/software/globalization/icu/license.jsp ICU license] are designed and tuned for operations that would be difficult to translate into Haskell's Integer primitive. |
| | 78 | Crypto++, Botan, MPI and MAPM showed performance far below ARPREC, OpenSSL's BN, GMP and !LibTomMath, so results are only shown for the last four. Note that there are other libraries available for arbitrary precision arithmetic other than those mentioned or tested here. Most of those other libraries are licensed under the GPL, while the remainder, such as the [http://www2.hursley.ibm.com/decimal/decnumber.html decNumber] library (free, under the [http://www-306.ibm.com/software/globalization/icu/license.jsp ICU license]) are designed and tuned for operations that would be difficult to translate into Haskell's Integer primitive. |