Luis Guerrero UX Software Arquitect Plain Concepts lguerrero@plainconcepts.com .

Post on 26-Mar-2015

215 views 1 download

Tags:

Transcript of Luis Guerrero UX Software Arquitect Plain Concepts lguerrero@plainconcepts.com .

Luis GuerreroUX Software ArquitectPlain Conceptslguerrero@plainconcepts.comhttp://www.luisguerrero.net

Socket Cores / SocketHardware

Threads / Core App Concurrency

1990 1992 1994 1996 1998 2000 2002 2004 2006 2008 2010 2012

GUIs Objects GC Generics Net

Concurrency

Lleva más de 5 años construir un ecosistema maduro y ahora es el turno de la concurrencia

Resource managerResource manager

Task schedulerTask scheduler

ThreadsThreads

Operating system

Concurrency runtime

Programming models

Intel Parallel Studio Intel Parallel Studio toolstools

Intel Parallel Studio Intel Parallel Studio toolstools

OpenMPOpenMPThreading building blocks

Threading building blocks

Parallel Pattern library

Parallel Pattern library

Agents libraryAgents library ……

var source = Enumerable.Range(1, 10000);

var evenNums = from num in source where Compute(num) > 0 select num;