AOT or JIT: Faster Startup or Faster Code?

With the rise in popularity of microservice architecture, many developers are focusing on how to start services as quickly as possible. In this talk we’ll explore the trade-offs between fast startup of code and overall performance along with different approaches to solving the problem such as Graal native image, Quarkus and ReadyNow.