Rationale
Clojure should support parallel operations on its data structures.
Plan
- Use the Fork/Join framework coming for Java 7
- Some work started in the par branch
Issues
- FJ framework has backport to Java 6, but not Java 5
Labels:
Clojure should support parallel operations on its data structures.