Descriptiontest/bench: parallel matrix multiplication benchmark
Includes naive version, recursive version,
parallel recursive version that uses channels for synchronization,
and parallel recursive version that uses shared mem for synchronization (racy).
Stresses scheduler, channels and GC.
Patch Set 1 #Patch Set 2 : diff -r 478e59aa1682 https://go.googlecode.com/hg/ #
MessagesTotal messages: 7
|