[Haskell-cafe] Multiprocessor compiling.

MR K P SCHUPKE k.schupke at imperial.ac.uk
Sun Aug 1 00:40:48 EDT 2004


>want to fork 3 threads to compute "a*b + c*d"

of course this depends on what a b c and d are ... if they are 1000x1000
matricies then you may well want the '*' operations in separate threads...

Keean.


More information about the Haskell-Cafe mailing list