On Fri, Jun 3, 2011 at 2:52 AM, Yitzchak Gale <g...@sefer.org> wrote:

> I was thinking of even lower level: allocating a moderate chunk of
> memory and writing the results directly into it consecutively as a
> special case.
>

Surely that would save only one copy compared to creating a list of results
and then concatenating them, no? I'd be a little surprised if it proved
worthwhile.
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to