The Climate Corporation has open-sourced the library 
claypoole<https://github.com/TheClimateCorporation/claypoole/>, 
which is a set of threadpool tools for Clojure's parallel functions. For 
instance, you can start futures in a specific threadpool, pmap on a 
threadpool, or even use a parallel for (pfor). We find it to be a helpful 
way of controlling the degree of parallelism we're using.

There is more information on our 
blog<http://eng.climate.com/2014/02/25/claypoole-threadpool-tools-for-clojure/>
.

Feedback (and pull requests) are welcome.

- Leon

-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to