Presentation: "Many-core Java"
Time: Friday 16:50 - 17:50
Location: Stanford Room
Abstract: OpenJDK's Project Lambda is exploring Java language features designed to
increase the productivity of developers working with novel parallel APIs
like the Fork/Join Framework. In fact, the features being explored will
work with many popular APIs, but strong idioms will be needed to get
both performance and correctness. This talk will cover the primary
features of Project Lambda, such as lambda expressions and extension
methods, and discuss best practices for API designers looking to
parallelize their libraries.