Maximizing Performance of Java Applications with GraalVM
In this session we are going to talk about various aspects of performance, such as peak throughput, startup, memory footprint and more, and how you can optimize your applications for them with GraalVM. GraalVM is a high-performance virtual machine, bringing new performance optimizations for individual languages and seamless interoperability for polyglot applications. We’ll discuss the most recent project updates, and how it can help you optimize your application performance for various use cases and deployment scenarios. We’ll get under the hood of different capabilities offered by GraalVM, such JIT and AOT compilation, their advantages and trade-offs, and when you should consider using each.