Hacker News new | ask | show | jobs
by freedomben 2927 days ago
Thanks, much appreciated.
1 comments

Also shown on the benchmarks game website —

"Most (all?) large systems developed using Erlang make heavy use of C for low-level code, leaving Erlang to manage the parts which tend to be complex in other languages, like controlling systems spread across several machines and implementing complex protocol logic." (quoted from the Erlang FAQ).

https://benchmarksgame-team.pages.debian.net/benchmarksgame/...

iow the performance of apps which use Erlang a lot, is not necessarily limited by the performance of the Erlang implementation.