[vector] #10: Specialise mapM and friends for ST and IO

vector vector at projects.haskell.org
Sun May 16 17:56:31 EDT 2010


#10: Specialise mapM and friends for ST and IO
------------------------+---------------------------------------------------
Reporter:  rl           |        Owner:     
    Type:  enhancement  |       Status:  new
Priority:  minor        |    Milestone:     
 Version:  0.6          |   Resolution:     
Keywords:               |  
------------------------+---------------------------------------------------
Comment (by choener):

 All my major DP algorithms tend to live in ST right now as I need in-place
 updates. It is possible, however, to just unsafefreeze the array I work
 on. The frozen version can then be used.

-- 
Ticket URL: <http://trac.haskell.org/vector/ticket/10#comment:1>
vector <http://trac.haskell.org/vector>
Package vector


More information about the vector mailing list