fast-digits: 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.
[Skip to Readme]
library fast-digits
library fast-digits:fast-digits-internal
Downloads
- fast-digits-0.3.1.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
| Versions [RSS] | 0.1.0.0, 0.2.0.0, 0.2.1.0, 0.3.0.0, 0.3.1.0, 0.3.2.0 |
|---|---|
| Change log | changelog.md |
| Dependencies | base (>=4.8 && <5), fast-digits, integer-gmp (>=1.0) [details] |
| Tested with | ghc ==7.10.3, ghc ==8.0.2, ghc ==8.2.2, ghc ==8.4.4, ghc ==8.6.5, ghc ==8.8.4, ghc ==8.10.4, ghc ==9.0.1 |
| License | GPL-3.0-only |
| Author | Andrew Lelechenko |
| Maintainer | andrew.lelechenko@gmail.com |
| Category | Data |
| Home page | https://github.com/Bodigrim/fast-digits |
| Source repo | head: git clone git://github.com/Bodigrim/fast-digits.git |
| Uploaded | by Bodigrim at 2021-08-08T19:30:38Z |
| Distributions | LTSHaskell:0.3.2.0, NixOS:0.3.2.0, Stackage:0.3.2.0 |
| Reverse Dependencies | 2 direct, 0 indirect [details] |
| Downloads | 3677 total (9 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating | |
| Status | Docs available [build log] Last success reported on 2021-08-08 [all 1 reports] |