[Haskell-cafe] Terminology
Ivan Lazar Miljenovic
ivan.miljenovic at gmail.com
Mon Jun 14 18:27:06 EDT 2010
Philippa Cowderoy <flippa at flippac.org> writes:
> On 14/06/2010 23:17, Ivan Lazar Miljenovic wrote:
>> Emmanuel Castro<emmanuel.castro at 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.Miljenovic at gmail.com
IvanMiljenovic.wordpress.com
More information about the Haskell-Cafe
mailing list