Hacker News new | ask | show | jobs
by siscia 4024 days ago
Hummm...

I do agree that Haskell will be faster and less memory intensive than erlang, but this benchmark is not really significant...

I am not going to use erlang to write a mandelbrot...

1 comments

Yeah, it could well be that you just care about latency hiding on e.g. network services. For that raw compute and memory is much less important than having a reasonable thread scheduler and cheap threads.
Exactly my point :)

I was wonder, how well haskel does in that area...