Repository : ssh://darcs.haskell.org//srv/darcs/packages/containers

Branch 'master' now includes:

     fff28d7... Bump version and relax deepseq dependency
     d95988c... Mark Data.Map.(!) as INLINABLE instead of INLINE.
     cb1f087... Small benchmark changes.
     e0dfe52... Add Makefile for manually building tests.
     76a2b9d... Add traverseWithKey to Map and IntMap API
     9d72ff1... Merge pull request #10 from batterseapower/master
     1e3c78c... Add IntMap.mergeWithKey.
     12d03eb... Scripts for comparing csv results of benchmarks.
     0b36122... Benchmark of set operations -- union, difference, intersection.
     7332813... Improve IntSet.{union, difference, intersection}.
     6ab2ba0... Merge branch 'master' of github.com:haskell/containers
     1a68259... Add forgotten GHC >= 7.0 condition in (!).
     bdae0d4... Improve programming documentation.
     03a0620... Reorder the data constructors of Map and Set.
     9be5ec2... Improve query functions of IntMap and IntSet.
     c712fe4... Inline Int{Map,Set}.{null, empty, singleton}.
     8142b03... Add empty line between Notes.
     1ae51a2... Prevent multiple warnings.
     0928ff0... Insert missing space in an error message.
     78c1e52... Improve query functions of Map and Set.
     299ba90... Improve Map indexing functions.
     32d84ba... Improve heap-allocation by adding explicit type signatures.
     4cdb33f... Remove obsolete comment about deleteWith.
     6c430a5... Inline {Map,Set}.fold* when 2 arguments are given.
     af732b9... Manually inline {Map,IntMap}.map.
     b77a60a... Move SetOperations benchmark to its own subdirectory.
     349e88e... Fix warnings.
     586df03... Add benchmark of lookupGE to choose best implementation.
     857ae5b... Change INLINE to INLINABLE on methods using Ord.
     0e61527... Change ASCII character for underline from ^ to ~.
     ef61124... Improve one of the benchmarked methods: lookupGE4.
     dbc5fb6... On 32-bit architectures, improve highestBitMask.
     083451f... Add lookupLT, lookupGT, lookupLE, lookupGE methods.
     ea8688f... Factor Data.Set into Data.Set.Base and Data.Set.
     57042dc... Factor Data.IntSet into Data.IntSet.Base and Data.IntSet.
     ab8460f... Improve {Map, IntMap}.keysSet.
     cdc2c69... Improve manual makefile for tests.
     a9b07a6... Fix warnings.
     044579a... Add fromSet method.
     6f8344e... Improve heap-allocation in mergeWithKey'.
     cf2cdd5... Once again revert argument capturing by local 'go' function.
     b19776e... Improve {Map, Set}.intersection.
     cd96a90... Improve {Map, Set}.union.
     cd5acad... Fix warnings, formatting.
     c82a638... Remove redundant parenthesis.
     bb7213c... Add Map.mergeWithKey.
     5810f06... Define Map.{union,difference,intersection}WithKey using 
mergeWithKey.
     556b80c... Remove type of local 'go' function in query methods of Set and 
Map.
     cfde03b... Add comment to tests/Makefile.
     207010c... Add tests and benchmarks to sdist.
     a9b7224... Merge changes release by GHC HQ as 0.7.4.1

_______________________________________________
Cvs-libraries mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-libraries

Reply via email to