Weather the Storm: How Value Classes Boost Java
Project Valhalla’s value classes are about to shake up Java in a big way—think lightweight, immutable objects that ditch the boxing overhead and eat up far less memory. In this session, Remi Forax and Clément de Tast walk you through the why and how of these new types using weather data examples and live coding, so you’ll see firsthand how value classes cut allocations and unlock neat JVM optimizations.
You’ll also learn how to weave value classes into your existing toolbox—records, generics, collections and all—plus practical tips for migrating legacy code. By the end, you’ll be ready to turbocharge your Java apps with a cleaner, faster, more efficient object model.
Watch on YouTube
Top comments (0)