Thursday, October 08, 2009 Refactor Java Loops With ParallelArray (After reading "ReLooper: Refactoring for Loop Parallelism") The ParallelArray Framework is a new feature in Java 7 that provides parallel operations on an array. For example, the programmers can apply a modification on each element of an array, map each element of an array to element of another array, reduce a set of element of a

