./math/hs-integer-conversion, Conversion from strings to Integer

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.1.0.1nb1, Package name: hs-integer-conversion-0.1.0.1nb1, Maintainer: pkgsrc-users

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


Master sites:

Filesize: 6.021 KB

Version history: (Expand)


CVS history: (Expand)


   2023-11-02 07:37:49 by Masatake Daimon | Files touched by this commit (1141)
Log message:
Revbump all Haskell after updating lang/ghc96
   2023-10-28 16:33:14 by Masatake Daimon | Files touched by this commit (5)
Log message:
math/hs-integer-conversion: import hs-integer-conversion-0.1.0.1

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