Nix Packages collection & NixOS
Go to file
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
doc Fix typo in release-notes 2011-10-02 09:24:23 +00:00
maintainers unset HOME and NIXPKGS_CONFIG in test-eval-release 2012-02-06 23:07:21 +00:00
pkgs haskell-base64-bytestring: downgraded default version to 0.1.0.3 2012-02-27 20:27:41 +00:00
COPYING
default.nix * For convenience, provide a top-level Nix expression that simply 2007-04-26 14:32:57 +00:00
STABLE
VERSION * Bump the version. 2010-02-08 09:23:03 +00:00