Philippa Cowderoy <fli...@flippac.org> writes:

> On 14/06/2010 23:17, Ivan Lazar Miljenovic wrote:
>> Emmanuel Castro<emmanuel.cas...@laposte.net>  writes:
>>    
>>> In practice, g is an optimised version of f when working on large
>>> amount of elements.
>>>      
>> It's a list, and map is lazy; not too sure you can get anything more
>> optimised than that for long lists.
>>
>>    
>
> It may be possible to share calculations between instances of f, for
> example.

So its optimised for duplicate inputs, as well as for large amounts of
elements?

-- 
Ivan Lazar Miljenovic
ivan.miljeno...@gmail.com
IvanMiljenovic.wordpress.com
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to