fast-digits

The fast library for integer-to-digits conversion.

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

Version on this page:0.2.0.0
LTS Haskell 24.56:0.3.2.0@rev:3
Stackage Nightly 2026-08-24:0.3.2.0@rev:3
Latest on Hackage:0.3.2.0@rev:3

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.0.0@sha256:778a47e022e1279b0a86c0bd4d5d3b87242a15296b6b3a7cb8b8cecaef7dae7f,1803

Module documentation for 0.2.0.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.