On Sun, Mar 8, 2009 at 6:48 AM, Meikel Brandmeyer <m...@kotka.de> wrote:

> Hi,
>
> Am 08.03.2009 um 11:44 schrieb Adrian Cuthbertson:
>
>  that's a bit slower than both the previous versions. The reduce
>> version does only apply the pred once per item I think?
>>
>
> unzip-with is lazy, the reduce version is not. I would
> prefer laziness over speed.
>

they both probably have their places -- lazy and not.  With the non-lazy
one, someone can put the laziness at a higher level and batch in blocks, no?


> Sincerely
> Meikel
>
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To post to this group, send email to clojure@googlegroups.com
To unsubscribe from this group, send email to 
clojure+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to