Benchmarks

Steve Davis steven.charles.davis@REDACTED
Thu Jan 14 03:24:29 CET 2010


"In Erlang yes we are slower than in C - but in C we haven't done all
the things we need to do to solve our problem."

...so beautifully and concisely spoken. I will use that quote!

/s


On Jan 13, 10:19 am, Joe Armstrong <erl...@REDACTED> wrote:
> So In Erlang yes we are slower than in C - but in C we haven't done all
> the things we need to do to solve our problem. We've pushed some of
> the tricky things into the OS (like processes) or ignored them
> altogether (like hot code replacement).
>
> So to solve our problem we must do all these things - if you can't do
> them in one place you must do them somewhere else.


More information about the erlang-questions mailing list