16
1 @marioggar GPARS WORKSHOP (Mario Garcia)

Gpars Workshop 2014

Embed Size (px)

DESCRIPTION

This is the slides for the introduction to my GPars workshop at Greach 2014. You can find the code at https://github.com/mariogarcia/greach_2014

Citation preview

Page 1: Gpars Workshop 2014

1@marioggar

GPARS WORKSHOP

(Mario Garcia)

Page 2: Gpars Workshop 2014

2@marioggar

Who am I ?

● Software engineer at Kaleidos.net● Groovy enthusiast● Dublin GUG & Madrid GUG

desmontandojava.blogspot.com

@marioggar

https://github.com/mariogarcia

#FF9900

Mario García

Page 3: Gpars Workshop 2014

3@marioggar

WHAT IS A WORKSHOP ?

Page 4: Gpars Workshop 2014

4@marioggar

What is a workshop ?

● You are here to start learning how to use the tool/library

● You should ask whenever you don't understand something

Page 5: Gpars Workshop 2014

5@marioggar

What is a workshop ?

● You are here to have fun

Page 6: Gpars Workshop 2014

6@marioggar

What's GPars

● An open-source concurrency and parallelism library for Java and Groovy

● Version 1.1.0 ● It comes out-of-the-box with Groovy

Page 7: Gpars Workshop 2014

7@marioggar

GPars

● Chose your abstraction for any particular problem– Fork/Join

– Async execution

– Actors

– Agents

– Dataflows

– ...

Page 8: Gpars Workshop 2014

8@marioggar

The plan

● First hour– Introduction

– Parallel Collections

– Asynchronous Ex.

– Speculations

● Second hour– Dataflow

– Actors

Page 9: Gpars Workshop 2014

9@marioggar

What will you need

http://gpars.org/1.1.0/guide/guide/introduction.html

https://github.com/mariogarcia/greach_2014

GPARS DOCUMENTATION

EXAMPLES

Page 10: Gpars Workshop 2014

10@marioggar

LETS

Page 11: Gpars Workshop 2014

11@marioggar

Parallel Collections

Page 12: Gpars Workshop 2014

12@marioggar

Asynchronous Closures

Page 13: Gpars Workshop 2014

13@marioggar

Speculations(And go grab some caffeine)

Page 14: Gpars Workshop 2014

14@marioggar

Agents

Page 15: Gpars Workshop 2014

15@marioggar

Dataflows

Page 16: Gpars Workshop 2014

16@marioggar

Actors