Live data from Hacker News

Cloud Haskell

haskell-distributed.github.io

31–32 of 32 posts

Re: Cloud Haskell

#31
post #30
post #15

Earlier quoted context omitted.

Faster and less memory intensive[1] and has a type system. [1]: http://benchmarksgame.alioth.debian.org/u64q/compare.php?lan...

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...

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.

Re: Cloud Haskell

#32
post #31
post #30

Earlier quoted context omitted.

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...

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...

Post reply on HN