Computer Language Shootout - concurrency

James Hague james.hague@REDACTED
Mon Dec 5 16:56:21 CET 2005


> A fly in the ointment - the Ackermann function:
> http://shootout.alioth.debian.org/gp4/benchmark.php?test=ackermann&lang=all
>
> Erlang HiPE - 15th place. ;-)

Interpreted Erlang is within 10x of the top, natively compiled
benchmark.  It's ahead of GForth, which is one of the fastest
interpreters out there (one that doesn't even do dynamic type checks).
 That's great!

And if you compare Erlang to the big scripting languages, then wow do
the results looks good: 6x faster than Lua, more than 40x faster than
Perl and Python (igoring the not-ready-for-production-use Psyco
compiler results



More information about the erlang-questions mailing list