
23 Jun
2007
23 Jun
'07
11:23 p.m.
On 6/23/07, Andrew Coppin
It's nice that you can have millions of threads if you want to do something very "concurrent". What I tend to want is "parallel" - doing stuff that *could* be done in a single thread, but I want it to go faster using my big mighty multicore box. As I understand it, you have to do something "special" to make that happen...?
Have you seen this paper? http://www.macs.hw.ac.uk/~dsg/gph/papers/html/Strategies/strategies.html It's probably want you want, I think. -- Felipe.