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

From JVMLangSummit
Jump to navigationJump to search
m
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
;Speaker: Doug Lea, SUNY Oswego
 
;Speaker: Doug Lea, SUNY Oswego
 
;Project: http://gee.cs.oswego.edu/
 
;Project: http://gee.cs.oswego.edu/
 +
;Resources: [[Media:Lea-fj-jul10.pdf | Slides]] and [http://medianetwork.oracle.com/media/show/15507 Video]
  
 
===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.

Latest revision as of 12:28, 3 September 2010

Speaker
Doug Lea, SUNY Oswego
Project
http://gee.cs.oswego.edu/
Resources
Slides and Video

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.