[Haskell-cafe] How to write fast for loops

Niklas Hambüchen mail at nh2.me
Sun Apr 27 22:37:20 UTC 2014


On 27/04/14 23:18, John Lato wrote:> Hmm.  Are you using regular vectors
or unboxed? Also what sort of crash?
> Is it a stack space overflow or are you on a 32-bit platform?

I'm using regular Data.Vector as V.

It's just eating my 8GB and then I kill it (or let my ulimit do it). It
can't be the stack space since I'm on 7.6 where stack space is limited
by default.

It's on 64 bit Linux.


More information about the Haskell-Cafe mailing list