Download presentation
Presentation is loading. Please wait.
Published byIsaiah Porter Modified over 11 years ago
1
Luis Guerrero UX Software Arquitect Plain Concepts lguerrero@plainconcepts.com http://www.luisguerrero.net
4
Transitors Clock Speed (MHz) Power (W) Perf/Clock (ILP)
6
Socket Cores / Socket Hardware Threads / Core App Concurrency
7
La verdad en desarrollo de software aquí
8
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
11
{}
14
ParticionEjecuciónMezclado
15
Task Parallel library Task Parallel library PLINQ Managed library Key: Threads Operating system Concurrency runtime Programming models Thread pool Task scheduler Resource manager Data structures Parallel Pattern library Resource manager Task scheduler Native library Agents library Agents library Data structures Tools Parallel Debugger Toolwindows Parallel Debugger Toolwindows Profiler concurrency analysis Profiler concurrency analysis
16
Resource manager Task scheduler Threads Operating system Concurrency runtime Programming models Intel Parallel Studio tools OpenMP Threading building blocks Parallel Pattern library Parallel Pattern library Agents library … …
19
var source = Enumerable.Range(1, 10000); var evenNums = from num in source where Compute(num) > 0 select num;
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.