fast-digits

The fast library for integer-to-digits conversion.

https://github.com/Bodigrim/fast-digits

Version on this page:0.2.1.0
LTS Haskell 22.13:0.3.2.0
Stackage Nightly 2024-03-14:0.3.2.0
Latest on Hackage:0.3.2.0

See all snapshots fast-digits appears in

GPL-3.0-only licensed by Andrew Lelechenko
Maintained by [email protected]
This version can be pinned in stack with:fast-digits-0.2.1.0@sha256:64e9becfe9dee724f63892348f9e8720d87bbdd6cc475923cd5931c0bfffffd8,1803

Module documentation for 0.2.1.0

Depends on 2 packages(full list with versions):

Convert an integer to digits and back. Usually this library is twice as fast as Data.Digits. For small bases and long numbers it may be up to 40 times faster.