[Haskell-cafe] Infinite lists in real world programs
Brent Yorgey
byorgey at seas.upenn.edu
Wed Dec 15 17:43:24 CET 2010
On Wed, Dec 15, 2010 at 02:52:11PM +0100, Yves Parès wrote:
> Hello Café,
>
> So is it viable or would the use of multiple infinite lists kill the
> performances?
Sounds perfectly reasonable to me. I don't see any reason why using
multiple infinite lists would have anything to do with the performance
of your program -- unless you do something silly like try to compute
their length. =)
-Brent
More information about the Haskell-Cafe
mailing list