About count()
Jose
jgetino at telefonica.net
Thu Aug 30 03:13:12 PDT 2012
Does this ugly code would work for the regular and test cases?
I mean, if
test=false
I´ll keep on having an interleaved, parallelizable pipleline?
--------------------------------------------
Stream stream;
timerReset();
stream=stream.map(lambda1)
If (test){
stream=stream.into(coll)
timerShow()
}
timerReset();
stream=stream.map(lambda2)
If (test){
stream=stream.into(coll)
timerShow()
}
More information about the lambda-dev
mailing list