[commit: packages/bytestring] master, revert-46-patch-1, wip/nix-local-build: Merge pull request #62 from SeanRBurton/partition (9900f65)
git at git.haskell.org
git at git.haskell.org
Tue May 3 22:43:30 UTC 2016
Repository : ssh://git@git.haskell.org/bytestring
On branches: master,revert-46-patch-1,wip/nix-local-build
Link : http://git.haskell.org/packages/bytestring.git/commitdiff/9900f65ef57294016f32ada111f35d0e1a0ab69b
>---------------------------------------------------------------
commit 9900f65ef57294016f32ada111f35d0e1a0ab69b
Merge: df0073e c5da0d2
Author: Gregory Collins <greg at gregorycollins.net>
Date: Sat Oct 10 08:41:50 2015 -0700
Merge pull request #62 from SeanRBurton/partition
Improve the performance of `partition` for lazy and strict bytestrings
>---------------------------------------------------------------
9900f65ef57294016f32ada111f35d0e1a0ab69b
Data/ByteString.hs | 46 +++++++++++++++++++++++++++++++++---------
Data/ByteString/Internal.hs | 2 +-
Data/ByteString/Lazy.hs | 7 +++++--
bench/BenchAll.hs | 48 ++++++++++++++++++++++++++++++++++++++++++++
bench/bench-bytestring.cabal | 1 +
5 files changed, 92 insertions(+), 12 deletions(-)
More information about the ghc-commits
mailing list