Hello, I'm announcing the availability of "parallel", a library of parallel-enabled (not-distributed, multi-core) Clojure functions https://github.com/reborg/parallel.
The aim of the library is to provide a ready to use interface to the most common parallel tasks and the library decides the best strategy underneath, using any of the available Clojure/Java parallel features. It contains a bunch of useful functions including: sort, frequencies, group-by, min/max, count, amap, update-vals and more in the pipeline. Notably, it contains a version of fold that enables parallelism with stateless or stateful transducers. The README contains examples and documentation. Please let me know if you see/experience any inconsistency. Thanks -- 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/d/optout.