Open GoogleCodeExporter opened 9 years ago
I think this seems to converge on ideas behind the project lambda stream APIs.
If you have not looked at the new java.util.stream package in the project
lambda branch I would urge you to do so.
They recently added the ability to apply maps/parallel operations/reduce
operations to primitive arrays as well as retrofitting existing Java collection
API's (via the new default method *cough* hack *cough*).
Gary
Original comment by frost.g...@gmail.com
on 5 Dec 2012 at 1:48
Alright, I'll try and take a look at the java.util.stream package. Do you have
any useful links I can read?
I'm guessing this is part of Java 8? I believe that the above ParallelArray
implementation does not rely on Lambdas, thus compatible with Java 7, which I
think has a lot of value.
Original comment by ryan.lam...@gmail.com
on 5 Dec 2012 at 2:27
Original issue reported on code.google.com by
ryan.lam...@gmail.com
on 5 Dec 2012 at 1:06Attachments: