Thanks for testing, Mark.

If I understand what you did correctly, the reason it worked for you
is that Rich committed a fix to SVN in the meantime!

> The last (count result-p) call takes a few seconds (probably
> because there's a one-to-one mapping of tasks to sequence
> elements) but it finishes.

That's right, just for the record, using pmap to map inc across a
collection of integers -- or to do any similarly low-cost computation
-- is a *bad* idea. Map will always be faster -- in my casual tests
with inc, pmap is slower by an order of magnitude. (But pmap should
still compute the value, & inc was an easy way to make a reduction for
bug reporting...)

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

Reply via email to