UNCONFERENCE + Live Q&A
Performance Open Space
Details to follow.
From the same track
Does Java Need Inline Types? What Project Valhalla Can Bring to Java
Inline(value) types are the key part of experimental project Valhalla which should bring new abilities to Java language. It's a story not only about performance, it's also a story about safety, abstraction,expressiveness, maintainability, etc. But on this session we will talk about...
Sergey Kuksenko
Java Performance Engineer @Oracle
Understanding CPU Microarchitecture to Increase Performance
Microprocessors have evolved over decades to eke out performance from existing code. But the microarchitecture of the CPU leaks into the assumptions of a flat memory model, with the result that equivalent code can run significantly faster by working with, rather than fighting against, the...
Alex Blewitt
Head of Cloud Infrastructure at Santander
Maximizing Applications Performance with GraalVM
GraalVM is a high-performance virtual machine offering new optimizations for individual languages and seamless interoperability for polyglot applications. One of the interesting features one can get with GraalVM is the freedom to choose between JIT and AOT compilation modes. This way you can...
Alina Yurenko
Developer Advocate for GraalVM @Oracle
Performance vs. New Features: It Doesn’t Have to Be a Zero-Sum Game
In this talk we'll explore implementing CRC checksums for a durable log while trying to retain respectable performance. We'll discuss motivations for applying checksums and explore how convoluted this process can be. We need to deal with missing/convoluted APIs to get the basics working....
Dmitry Vyazelenko
Founder at Safepoint Ost
Quarkus
There’s a radical advance in Java development waiting for you, right here. Why is everyone excited about Quarkus? Does it really produce sub-atomic applications? Is it an exaggeration to say it boots at “supersonic” speed?If you wonder how these figures are even possible, this...
Sanne Grinovero
Senior Principal Software Engineer @RedHat