logo       

[GHC] #634: Implement a more efficient TArray: msg#00115

lang.haskell.glasgow.bugs

Subject: [GHC] #634: Implement a more efficient TArray

#634: Implement a more efficient TArray
--------------------------+-------------------------------------------------
Reporter: anonymous | Owner:
Type: task | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 6.4.1
Severity: normal | Keywords:
Os: Unknown | Difficulty: Difficult (1 week)
Architecture: Unknown |
--------------------------+-------------------------------------------------
{{{Control.Concurrent.STM.TArray}}} is implemented as an immutable array
of TVars. This gives good parallelism, but isn't very efficient if you
don't need that parallelism.

See: [http://www.haskell.org//pipermail/haskell-cafe/2005-
December/012909.html]

--
Ticket URL: <http://cvs.haskell.org/trac/ghc/ticket/634>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@xxxxxxxxxxx
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs
<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise