3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs/top-level
Peter Simons 9e371a98c2 haskell-base64-bytestring: downgraded default version to 0.1.0.3
Michael Snoyman reports that version 0.1.1.0 has serious performance issues:

> import Data.ByteString.Base64
> import Data.ByteString.Char8 (pack)
> import Criterion.Main
>
> main :: IO ()
> main = defaultMain
>    [ bench "encode" $ whnf encode $ pack "qwerty"
>    ]

On version 0.1.0.3, this takes 229.4312 ns. On 0.1.1.0, it takes 3.556598 ms.
It looks like the problem is coming from the recent addition of URL encoding
(f1916d8a86).

svn path=/nixpkgs/trunk/; revision=32632
2012-02-27 20:27:41 +00:00
..
all-packages.nix GCC 4.6: Fix the Canadian cross. 2012-02-27 17:22:30 +00:00
guile-2-test.nix guile-2-test: Update to 2.0. 2011-02-22 13:39:56 +00:00
haskell-packages.nix haskell-base64-bytestring: downgraded default version to 0.1.0.3 2012-02-27 20:27:41 +00:00
make-tarball.nix * Check eval-release.nix. 2010-08-19 14:33:44 +00:00
mingw.nix * Remove execute permission. 2006-09-11 13:37:46 +00:00
perl-packages.nix perl-packages.nix: strip trailing whitespace 2012-02-07 14:01:03 +00:00
platforms.nix Updating the cifs utils (I think even the hash did not match for 4.5), 2012-02-15 11:08:38 +00:00
python-packages.nix Updating task coach to 1.3.8. 2012-02-26 16:21:12 +00:00
release-cross.nix release-cross: Build gnu.smbfs.hostDrv', not gnu.smbfs'. 2012-02-27 17:50:44 +00:00
release-lib.nix Updating from trunk 2010-08-07 20:14:04 +00:00
release.nix unzip: fix typo in meta 2012-02-14 14:29:25 +00:00