9e371a98c26b9f6745fa97a32ea079c4522daa56
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 (https://github.com/bos/base64-bytestring/commit/f1916d8a86b496cfacd23939b5e3fa10d92abb7b). svn path=/nixpkgs/trunk/; revision=32632
Description
No description provided
5 GiB
Languages
Nix
95%
Shell
2%
Python
1.8%
Rust
0.3%
JavaScript
0.2%
Other
0.4%