Akka faster than Erlang

According to this benchmark, Akka (a Scala actor library) is faster than Erlang by a factor of 2

 

UPDATE: more analysis: https://plus.google.com/u/0/112820434312193778084/posts/HdKFx4VQtJj

Comments

My machine is a lot stronger than his and I got 73670 messages per second (13 times slower).

The reason is that I didn't configure the installation correctly (just ran ./configure; make; make install, instead of something like CFLAGS=-O0 ./configure --enable-hipe --enable-smp-support --enable-threads --enable-kernel-poll --enable-darwin-64bit).

The benchmark is very impressive and definitely proves that (again) Jonas Boner is a genius, but you have to be aware of how Erlang's installation affects the runtime...

 Also - the comments are very interesting...