Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-dev] Is it good to use Java 8 parallel streams in RCP apps?

Hi all,

I'm wondering whether you would recommend using Java 8 parallel streams in Eclipse plugins? Wouldn't it conflict with the Jobs API? If not, is it fine to replace a set of system jobs by a dataSet.parallelStream().forEach(closure) ? Is there a remarkable performance gain of parallelStreams over Eclipse jobs?

Thanks in advance.
--
Mickael Istria
Eclipse developer at JBoss, by Red Hat
My blog - My Tweets

Back to the top