« Return to Thread: [scala] Scala Actors - no speedup?

Re: [scala] Scala Actors - no speedup?

by Philipp Haller-2 :: Rate this Message:

Reply to Author | View in Thread

Viktor Klang wrote:
> As a sidenote on the topic, is there any skeleton implementations of
> dispatcher-based actor code?

Not that I am aware of. This seems to be a common pattern, though. For
example, we have a parallel test runner to test for regressions in the
Scala compiler that uses a similar pattern.

I think an actor-based implementation of MapReduce
(http://labs.google.com/papers/mapreduce.html), or one that interfaces
nicely with actors would be a very useful thing.

    Philipp

 « Return to Thread: [scala] Scala Actors - no speedup?