This page contains all of the posts and discussion on MemeStreams referencing the following web page: Thinking in Scala vs Erlang : Caoyuan's Blog. You can find discussions on MemeStreams as you surf the web, even if you aren't a MemeStreams member, using the Threads Bookmarklet.
Thinking in Scala vs Erlang : Caoyuan's Blog by Lost at 11:46 am EDT, Mar 10, 2009
Briefly, If only do small message processing in each actor/process, especially in Binary, Erlang is faster than Scala; If do heavy work in each actor/process, for example, processing String/Text, Erlang is slow than Scala.