#4887: add a Location interface for element-wise operations on Data.Map
----------------------------------+-----------------------------------------
    Reporter:  ross               |        Owner:              
        Type:  proposal           |       Status:  new         
    Priority:  normal             |    Milestone:  Not GHC     
   Component:  libraries (other)  |      Version:  7.0.1       
    Keywords:                     |     Testcase:              
   Blockedby:                     |   Difficulty:              
          Os:  Unknown/Multiple   |     Blocking:              
Architecture:  Unknown/Multiple   |      Failure:  None/Unknown
----------------------------------+-----------------------------------------

Comment(by tibbe):

 I've attached a patch bundle that changes the benchmark to use operations
 from `MapOps.hs`, when possible. This makes it easier to experiment with
 performance improvements to the Location based interface.

 (The patch bundle also includes Ross' original patch.)

 To run:
 {{{
 cd benchmarks
 ghc -DTESTING --make -O2 -fforce-recomp -i.. Map.hs
 ./Map
 }}}

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/4887#comment:4>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler

_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to