On Wed, May 5, 2010 at 8:08 PM, Fabio Kaminski <[email protected]>wrote:
> im really a newcomer, and since i couldnt find this information anywhere.. > there we go :) > > how can i split a collection and later join a collection in clojure.. to > apply concurrent transversal patterns in collections, like a divide and > conquer one? > > Thanks all! > > Fabio Kaminski > Batching with partition and mapping with pmap might do what you want. David -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. 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
