Hacker News new | ask | show | jobs
by wingo 5192 days ago
> The fix is straightforward: just use a strict pair type for nested accumulators:

Uf. Haskell impresses me a lot, but it seems that performance-wise, it would be better if it were strict by default.

1 comments

But the rest of the fusion and other transformations work better when lazy.