|
[GHC] #634: Implement a more efficient TArray: msg#00115lang.haskell.glasgow.bugs
#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> |
|---|---|---|
| Previous by Date: | Re: [GHC] #633: add dataCast{1, 2} to Data instances of Data.Set, Data.Map, etc., GHC |
|---|---|
| Next by Date: | Re: [GHC] #604: Windows installer: use WiX, GHC |
| Previous by Thread: | Re: [GHC] #624: Program location for thread error messages, GHC |
| Next by Thread: | Re: [GHC] #439: panic when interpreting compiled stuff, GHC |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |