/commented by dmitriy setrakyan/ I can see 2 possible reasons for this:
Ignite already runs all jobs in parallel and utilizes CPU cores to the maximum. In this case, adding more concurrency will only slow you down, because tasks start competing for CPU cores against each other. The list may not be large enough to get advantage of the parallel processing. I am tempted to think that the slow down is caused by the first (1) point. ----- /This post is migrated from now discontinued Apache Ignite forum at http://apacheignite.readme.io/v1.0/discuss/ -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Perfomance-Java-8-lambdas-tp70p72.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
