/commented by dmitriy setrakyan/ By the way, just of the top of my head, it seems like you are using AtomicLong.incrementAndGet() in a highly concurrent parallel execution and it probably does a lot of spinning. Can you try LongAdder instead?
----- /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/Fastest-way-to-iterate-through-local-cache-values-tp59p61.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
