Difference between revisions of "Engineering Fine-Grained Parallelism in Java"

From JVMLangSummit
Jump to navigationJump to search
(New page: Doug Lea ===Abstract=== This talk describes ongoing efforts to add work-stealing, lightweight barriers, and related support into core libraries. The presentation also covers potential ap...)
 
m
Line 1: Line 1:
Doug Lea
+
;Speaker: Doug Lea, SUNY Oswego
 +
;Project: http://gee.cs.oswego.edu/
  
 
===Abstract===
 
===Abstract===
  
 
This talk describes ongoing efforts to add work-stealing, lightweight barriers, and related support into core libraries. The presentation also covers potential applications and future challenges.
 
This talk describes ongoing efforts to add work-stealing, lightweight barriers, and related support into core libraries. The presentation also covers potential applications and future challenges.

Revision as of 17:46, 28 June 2010

Speaker
Doug Lea, SUNY Oswego
Project
http://gee.cs.oswego.edu/

Abstract

This talk describes ongoing efforts to add work-stealing, lightweight barriers, and related support into core libraries. The presentation also covers potential applications and future challenges.