fast-mult

Numeric type with asymptotically faster multiplications.

https://github.com/clintonmead/fast-mult#readme

Latest on Hackage:0.1.0.2

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Clinton Mead
Maintained by [email protected]

This numeric type internally reorders multiplications to achieve asymptotically faster multiplication of large numbers of small integers in particular. See the module docs for more detail.