[commit: packages/containers] cleaned_bugfix394, master, revert-408-bugfix_394: Optimize withoutKeys and restrictKeys for IntMap (#400) (6d7d49c)
git at git.haskell.org
git at git.haskell.org
Mon Apr 17 21:48:26 UTC 2017
Repository : ssh://git@git.haskell.org/containers
On branches: cleaned_bugfix394,master,revert-408-bugfix_394
Link : http://git.haskell.org/packages/containers.git/commitdiff/6d7d49c7755f6f4d036d8b4431b60d173ac572d9
>---------------------------------------------------------------
commit 6d7d49c7755f6f4d036d8b4431b60d173ac572d9
Author: wren romano <wren at community.haskell.org>
Date: Sun Feb 19 21:39:42 2017 -0800
Optimize withoutKeys and restrictKeys for IntMap (#400)
* Optimized IntMap's withoutKeys
* Optimized IntMap's restrictKeys
* Defined lookupPrefix as part of optimizing restrictKeys
>---------------------------------------------------------------
6d7d49c7755f6f4d036d8b4431b60d173ac572d9
Data/IntMap/Internal.hs | 180 ++++++++++++++++++++++++++++++++-------------
tests/intmap-properties.hs | 12 ++-
2 files changed, 138 insertions(+), 54 deletions(-)
Diff suppressed because of size. To see it, use:
git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc 6d7d49c7755f6f4d036d8b4431b60d173ac572d9
More information about the ghc-commits
mailing list