integer-conversion: Conversion from strings to Integer

[ bsd3, data, library ] [ Propose Tags ]

The naive foldl' (acc d -> acc * 10 + d) 0 is expensive (quadratic!) for large Integers. This package provides sub-quadratic implementation.

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.1.0.1
Change log ChangeLog.md
Dependencies base (>=4.9.0.0 && <4.19), bytestring (>=0.10.8.1 && <0.11 || >=0.11.4.0 && <0.12), primitive (>=0.8.0.0 && <0.9), text (>=1.2.3.0 && <1.3 || >=2.0.1 && <2.1) [details]
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 2023-06-08T16:12:46Z
Distributions LTSHaskell:0.1.0.1, NixOS:0.1.0.1, Stackage:0.1.0.1, openSUSE:0.1.0.1
Reverse Dependencies 5 direct, 7757 indirect [details]
Downloads 1762 total (222 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2023-06-08 [all 1 reports]