@hackage fast-digits0.3.2.0

Integer-to-digits conversion.

Convert an integer to digits and back. This library is both asymptotically (O(n^1.4) vs. O(n^2)) and practically (2x-40x for typical inputs) faster than Data.Digits.