Constructing parallel streams (original) (raw)
Remi Forax forax at univ-mlv.fr
Mon Dec 10 17:04:14 PST 2012
- Previous message: Constructing parallel streams
- Next message: Constructing parallel streams
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 12/11/2012 01:41 AM, Brian Goetz wrote:
You don't need a method sequential() or parallel() for that, you can use into. Sure, if you don't care about performance. Especially if the stream is infinite...into will take a loooong time.
:)
And what is the semantics of parallel on an infinite stream, you split the infinity ?
Rémi
- Previous message: Constructing parallel streams
- Next message: Constructing parallel streams
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the lambda-libs-spec-experts mailing list