Riviera DEV 2016

Les conférences du soleil : 16 et 17 juin 2016 au campus Sophia-Tech à Sophia-Antipolis

Session:

A quest for predictable latency with concurrent Java


Description:

This talk focuses on a decade long quest to discover algorithms and data structures that provide very high-throughput while keeping latency low and predictable with concurrent Java.

Concurrent programming with locks is hard. Concurrent programming without using locks can be really hard. Concurrent programming with relaxed memory ordering and predictable latency semantics is said to be only for wizards. This talk focuses on a decade long quest to discover algorithms and data structures that provide very high-throughput while keeping latency low and predictable. Additionally, data structures need to provide real-time telemetry on how a system is performing via non-blocking operations.

We will cover some fundamental theory of concurrency and then compare various approaches to the same problem so that we can measure the impact on latency. We’ll also show how some of these algorithm implementations get more interesting given the new features in Java 8.

This talk is aimed at programmers interested in advanced concurrency who want to develop algorithms with predictable response times at all levels of throughput which push our modern CPUs to the limit.


Présentation: https://drive.google.com/open?id=0Bw05HNyZNfMqV2pBREE1RUxELVk
Horaire: 16 juin 2016 10:20 - 11:20
Orateurs: