Faster Java Objects
Offered By: GOTO Conferences via YouTube
Course Description
Overview
Explore techniques for optimizing Java object performance in this conference talk from GOTO Chicago 2015. Dive into org.ObjectLayout and StructuredArray, a new Java collection library and array class designed to enhance memory layout optimization for object arrays. Learn how these tools enable JVMs to achieve performance levels comparable to C-style struct arrays. Discover strategies for improving Java object efficiency and gain insights into advanced memory management techniques. Enhance your understanding of Java performance optimization and learn how to leverage these new tools in your own projects.
Syllabus
Faster Java Objects • Gil Tene • GOTO 2015
Taught by
GOTO Conferences
Related Courses
Addressing Algorithmic BiasGOTO Conferences via YouTube Empowering Consumers - Evolution of Software in the Future
GOTO Conferences via YouTube Why Static Typing Came Back
GOTO Conferences via YouTube Higher Kinded Types in a Lower Kinded Language - Functional Programming in Kotlin
GOTO Conferences via YouTube It's Not Hard to Test Smart - Delivering Customer Value Faster
GOTO Conferences via YouTube