yermilov / gpars-talk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gpars-talk

Home for JEEConf 2017 talk GPars: Unsung Hero of Concurrency in Practice.

When it comes to concurrency and parallelism, first things to appear in someone’s mind may be “Java Concurrency in Practice” by Brian Göetz, threads, java.util.concurrent, Fork-Join, parallel streams, reactive, Akka or MapReduce. When it comes to Groovy, first things to appear in someone’s mind may be Gradle, Grails, Spock, DSLs or scripting.

Great injustice is that you rarely meet GPars in both these lists. Framework that provides high-level APIs and DSLs for writing concurrent and parallel code both in Java and Groovy and support for concepts of map/reduce, fork/join, asynchronous code, actors, agents, dataflows (not all mentioned) deserves a little more attention, isn’t it?

In this talk we will try to fix it. One by one, we will explore various use cases of GPars with all its pragmatism and conciseness. Not forgetting neither plain Java nor Groovy adepts, we will use Groovy to empower our solutions and ensure that everything works from Java the same way.

About


Languages

Language:Java 61.9%Language:Groovy 38.1%