22 Oct
2006
22 Oct
'06
5:14 p.m.
在 Oct 21, 2006 5:14 PM 時,Taral 寫到:
On 10/21/06, Audrey Tang <autrijus@gmail.com> wrote:
let proc n x = do
Hmm, am I missing something here, but how does forkIO (and data parallelism) fit in into that scheme?
I R DUM.
let proc n x = forkIO $ do
I just implemented it that way, and benchmarking shows little or no parallelism gain is made by it, compared to the [MVar] approach suggested by Sebastian Sylvan ( http://pugs.blogs.com/pugs/2006/10/more_smp_parall.html )... But thanks a lot for the help. :-) Cheers, Audrey