Java 8 streams conceptually follow parts of the big data processing model
that came out of map reduce.

Java 8 streams are limited to in memory transformations but Beam
abstracts away the datasets and allows for arbitrarily large
transformations, think petabytes of data so I believe that comparing them
will have limited value.


On Wed, Jul 13, 2016 at 2:22 PM, amir bahmanyari <amirto...@yahoo.com>
wrote:

> Java 8 Streams <http://www.tutorialspoint.com/java8/java8_streams.htm>
>
> Java 8 Streams
> Java8 Streams - Learn Java 8 in simple and easy steps starting from
> Overview, Environment Setup, Lambda Expressi...
> <http://www.tutorialspoint.com/java8/java8_streams.htm>
>
>
> I would like to get a sense for how we put these in contrast.
> Is it worth benchmarking against Beam?
> Cheers
>

Reply via email to