[Haskell-cafe] Help optimising a Haskell program

Johan Tibell johan.tibell at gmail.com
Tue Mar 22 04:38:38 CET 2011


You use a lot of (linked lists). Are they all used to represent streams or
are they actually manifest during runtime? If it's the latter switch to a
better data structure, like Vector.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20110322/6275968a/attachment.htm>


More information about the Haskell-Cafe mailing list