integer-conversion: Conversion from strings to Integer
The naive foldl' (acc d -> acc * 10 + d) 0
is expensive (quadratic!) for large Integer
s.
This package provides sub-quadratic implementation.
Downloads
- integer-conversion-0.1.1.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.1.0.1, 0.1.1 |
---|---|
Change log | ChangeLog.md |
Dependencies | base (>=4.12.0.0 && <4.21), bytestring (>=0.10.8.1 && <0.11 || >=0.11.4.0 && <0.12 || >=0.12.0.2 && <0.13), primitive (>=0.9.0.0 && <0.10), text (>=1.2.3.0 && <1.3 || >=2.0.1 && <2.2) [details] |
Tested with | ghc ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.5 || ==9.8.2 || ==9.10.1 |
License | BSD-3-Clause |
Copyright | (c) 2023 Oleg Grenrus |
Author | Oleg Grenrus <oleg.grenrus@iki.fi> |
Maintainer | Oleg.Grenrus <oleg.grenrus@iki.fi> |
Category | Data |
Home page | https://github.com/phadej/integer-conversion |
Bug tracker | https://github.com/phadej/integer-conversion/issues |
Source repo | head: git clone https://github.com/phadej/integer-conversion.git |
Uploaded | by phadej at 2024-05-13T16:42:41Z |
Distributions | LTSHaskell:0.1.0.1, NixOS:0.1.0.1, Stackage:0.1.1, openSUSE:0.1.1 |
Reverse Dependencies | 5 direct, 7897 indirect [details] |
Downloads | 3967 total (346 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2024-05-13 [all 1 reports] |