On Mon, Mar 22, 2010 at 9:40 PM, Rich Hickey <richhic...@gmail.com> wrote:
>
> You really do need to look at par, and fork/join as well. In particular,
> your desire for even partitioning and balancing is obviated by work
> stealing. If you think about it, you'll see that that would become
> immediately necessary as soon as you might have non-uniform
> cost-per-operation at the leaves, i.e. then perfect partitioning would also
> become non-ideal.

Thank you, Rich. Do I understand correctly that this work stealing
scheme is a feature of the ForkJoin library and is not available with
the pmap function?

I've a trouble understanding what does the fjvtree function do. It
looks like it is decomposing the vector before submitting it to the
ForkJoin framework but I can't deduct how does the decomposed vector
looks like, how should I use this function, etc.

How does fjvtree compare against the patch I submitted today? Are they
functionally equivalent as far as the vector decomposition part is
concerned?

-Andrzej

-- 
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
Note that posts from new members are moderated - please be patient with your 
first post.
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

To unsubscribe from this group, send email to 
clojure+unsubscribegooglegroups.com or reply to this email with the words 
"REMOVE ME" as the subject.

Reply via email to